Sat Oct 8 07:04:34 2011 UTC ()
Not MAKE_JOBS_SAFE


(dholland)
diff -r1.21 -r1.22 pkgsrc/comms/xtel/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/comms/xtel/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/xtel/Makefile 2010/12/23 11:44:26 1.21
+++ pkgsrc/comms/xtel/Makefile 2011/10/08 07:04:34 1.22
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.21 2010/12/23 11:44:26 dsainty Exp $ 1# $NetBSD: Makefile,v 1.22 2011/10/08 07:04:34 dholland Exp $
2# 2#
3 3
4DISTNAME= xtel-3.3.0 4DISTNAME= xtel-3.3.0
5PKGREVISION= 11 5PKGREVISION= 11
6CATEGORIES= comms x11 6CATEGORIES= comms x11
7MASTER_SITES= http://pficheux.free.fr/xtel/download/ 7MASTER_SITES= http://pficheux.free.fr/xtel/download/
8 8
9MAINTAINER= bouyer@NetBSD.org 9MAINTAINER= bouyer@NetBSD.org
10HOMEPAGE= http://pficheux.free.fr/xtel/ 10HOMEPAGE= http://pficheux.free.fr/xtel/
11COMMENT= Minitel(r) emulator 11COMMENT= Minitel(r) emulator
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
 15MAKE_JOBS_SAFE= no
 16
15USE_IMAKE= YES 17USE_IMAKE= YES
16USE_TOOLS+= mkfontdir bdftopcf 18USE_TOOLS+= mkfontdir bdftopcf
17 19
18FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/xtel 20FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/xtel
19REQD_DIRS= ${PREFIX}/lib/X11/fonts/xtel 21REQD_DIRS= ${PREFIX}/lib/X11/fonts/xtel
20 22
21INSTALLATION_DIRS= share/examples/xtel 23INSTALLATION_DIRS= share/examples/xtel
22INSTALL_MAKE_FLAGS= PPPDIR=${PREFIX}/share/examples/xtel 24INSTALL_MAKE_FLAGS= PPPDIR=${PREFIX}/share/examples/xtel
23 25
24SPECIAL_PERMS+= bin/mdmdetect ${SETUID_ROOT_PERMS} 26SPECIAL_PERMS+= bin/mdmdetect ${SETUID_ROOT_PERMS}
25 27
26.include "../../mk/jpeg.buildlink3.mk" 28.include "../../mk/jpeg.buildlink3.mk"
27.include "../../x11/libXaw/buildlink3.mk" 29.include "../../x11/libXaw/buildlink3.mk"