summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-08 20:23:38 +0000
committereadler <eadler@FreeBSD.org>2013-03-08 20:23:38 +0000
commitb3e2a616bf4f16ffe6f624ef58870247b8881f68 (patch)
tree32f471cf1255d6ff64639fd65d1d4dd0e33962fb
parent32b35224b94cc3e8dbefc480ce0db2b1dfbe129a (diff)
downloadFreeBSD-ports-b3e2a616bf4f16ffe6f624ef58870247b8881f68.zip
FreeBSD-ports-b3e2a616bf4f16ffe6f624ef58870247b8881f68.tar.gz
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc)
-rw-r--r--deskutils/launchy/Makefile3
-rw-r--r--devel/adime/Makefile4
-rw-r--r--devel/cdecl/Makefile2
-rw-r--r--devel/csmith/Makefile1
-rw-r--r--devel/csmith/pkg-plist1
-rw-r--r--devel/delta/Makefile1
-rw-r--r--devel/p5-Benchmark-Timer/Makefile2
-rw-r--r--devel/p5-File-Append-TempFile/Makefile2
-rw-r--r--devel/pipestatus/Makefile2
-rw-r--r--devel/readline/Makefile2
-rw-r--r--devel/stlfilt/Makefile2
-rw-r--r--editors/nano-devel/Makefile2
-rw-r--r--games/gtklife/Makefile2
-rw-r--r--games/nonsense/Makefile2
-rw-r--r--graphics/aalib/Makefile2
-rw-r--r--graphics/linux-f10-glew/Makefile1
-rw-r--r--graphics/scr2png/Makefile2
-rw-r--r--mail/p5-Net-SMTP-SSL/Makefile2
-rw-r--r--math/ised/Makefile4
-rw-r--r--math/p5-Math-Round/Makefile2
-rw-r--r--misc/bogosort/Makefile2
-rw-r--r--misc/cpuid/Makefile2
-rw-r--r--misc/getopt/Makefile4
-rw-r--r--misc/kbdscan/Makefile11
-rw-r--r--misc/pastebinit/Makefile8
-rw-r--r--net-mgmt/p5-Net-IP/Makefile2
-rw-r--r--net/datapipe/Makefile2
-rw-r--r--security/spass/Makefile6
-rw-r--r--shells/dash/Makefile4
-rw-r--r--sysutils/hextools/Makefile2
-rw-r--r--sysutils/moreutils-parallel/Makefile2
-rw-r--r--sysutils/stalepid/Makefile2
-rw-r--r--sysutils/timelimit/Makefile2
-rw-r--r--sysutils/unquote/Makefile2
-rw-r--r--textproc/p5-Time-Human/Makefile2
-rw-r--r--x11-wm/icewm/Makefile3
-rw-r--r--x11/xbindkeys/Makefile4
-rw-r--r--x11/xclip/Makefile1
38 files changed, 79 insertions, 23 deletions
diff --git a/deskutils/launchy/Makefile b/deskutils/launchy/Makefile
index bcbcb04..ba15208 100644
--- a/deskutils/launchy/Makefile
+++ b/deskutils/launchy/Makefile
@@ -15,8 +15,11 @@ RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils
USE_DOS2UNIX= readme.lyx readme.txt
USE_QT4= qmake_build moc_build rcc_build uic_build gui network
+USE_LDCONFIG= yes
PORTDOCS= *
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.options.mk>
post-patch:
diff --git a/devel/adime/Makefile b/devel/adime/Makefile
index 1c38362..dbdcbf4 100644
--- a/devel/adime/Makefile
+++ b/devel/adime/Makefile
@@ -19,9 +19,11 @@ USE_GMAKE= yes
INFO= adime
MAKEFILE= makefile
-INSTALL_TARGET= install install-info install-man
+INSTALL_TARGET= install install-man
USE_LDCONFIG= yes
+MAKE_JOBS_SAFE= yes
+
pre-build:
@(cd ${WRKSRC} && ${SH} fix.sh unix)
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile
index ad41918..23215f9 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -19,6 +19,8 @@ MLINKS= cdecl.1 c++decl.1
PORTDOCS= testset testset++
PLIST_FILES= bin/cdecl bin/c++decl
+MAKE_JOBS_SAFE= yes
+
CONFLICTS= cutils-[0-9]*
.include <bsd.port.options.mk>
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile
index c00a60f..683f1a6 100644
--- a/devel/csmith/Makefile
+++ b/devel/csmith/Makefile
@@ -13,6 +13,7 @@ LICENSE= BSD
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --docdir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/devel/csmith/pkg-plist b/devel/csmith/pkg-plist
index 8ea8fcb..658477f 100644
--- a/devel/csmith/pkg-plist
+++ b/devel/csmith/pkg-plist
@@ -30,4 +30,3 @@ lib/libcsmith.so.0
@dirrm %%DOCSDIR%%
@dirrm include/csmith-2.1.0/windows
@dirrm include/csmith-2.1.0
-
diff --git a/devel/delta/Makefile b/devel/delta/Makefile
index ef342aa..a24cd1e 100644
--- a/devel/delta/Makefile
+++ b/devel/delta/Makefile
@@ -13,6 +13,7 @@ LICENSE= BSD
PLIST_FILES= bin/delta bin/multidelta bin/topformflat
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
do-install:
.for file in delta multidelta
diff --git a/devel/p5-Benchmark-Timer/Makefile b/devel/p5-Benchmark-Timer/Makefile
index b0ff45a..b57b225 100644
--- a/devel/p5-Benchmark-Timer/Makefile
+++ b/devel/p5-Benchmark-Timer/Makefile
@@ -13,6 +13,8 @@ LICENSE= GPL
PERL_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
+
MAN3= Benchmark::Timer.3 Benchmark::delta.3
.include <bsd.port.mk>
diff --git a/devel/p5-File-Append-TempFile/Makefile b/devel/p5-File-Append-TempFile/Makefile
index 1f49428..c015bae 100644
--- a/devel/p5-File-Append-TempFile/Makefile
+++ b/devel/p5-File-Append-TempFile/Makefile
@@ -19,6 +19,8 @@ MAN3= File::Append::TempFile.3
PORTDOCS= Changes README
+MAKE_JOBS_SAFE= yes
+
test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
diff --git a/devel/pipestatus/Makefile b/devel/pipestatus/Makefile
index 8761ee0..e6bafda 100644
--- a/devel/pipestatus/Makefile
+++ b/devel/pipestatus/Makefile
@@ -1,4 +1,4 @@
-# Created by: chinsan
+# Created by: chinsan
# $FreeBSD$
PORTNAME= pipestatus
diff --git a/devel/readline/Makefile b/devel/readline/Makefile
index 591e707..865bef9 100644
--- a/devel/readline/Makefile
+++ b/devel/readline/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} \
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A library for editing command lines as they are typed
+COMMENT= Library for editing command lines as they are typed
LICENSE= GPLv3
diff --git a/devel/stlfilt/Makefile b/devel/stlfilt/Makefile
index da5fb6f..f225af5 100644
--- a/devel/stlfilt/Makefile
+++ b/devel/stlfilt/Makefile
@@ -9,7 +9,7 @@ DISTNAME= g${PORTNAME}
EXTRACT_SUFX= .tar
MAINTAINER= eadler@FreeBSD.org
-COMMENT= An STL Error Message Decryptor for C++
+COMMENT= STL Error Message Decryptor for C++
EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile
index 9872714..65674ce 100644
--- a/editors/nano-devel/Makefile
+++ b/editors/nano-devel/Makefile
@@ -28,6 +28,8 @@ INFO= nano
MAN1= nano.1 rnano.1
MAN5= nanorc.5
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.pre.mk>
CONFIGURE_ARGS+=--enable-utf8
diff --git a/games/gtklife/Makefile b/games/gtklife/Makefile
index 7120c17..c03d0bb 100644
--- a/games/gtklife/Makefile
+++ b/games/gtklife/Makefile
@@ -35,6 +35,8 @@ DESKTOP_ENTRIES="GtkLife" \
OPTIONS_DEFINE= GTK2
GTK2_DESC= GTK2 gui toolkit support (beta)
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}
diff --git a/games/nonsense/Makefile b/games/nonsense/Makefile
index 318abd5..64b43ed 100644
--- a/games/nonsense/Makefile
+++ b/games/nonsense/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= eadler@FreeBSD.org
-COMMENT= A nonsense text generator
+COMMENT= Nonsense text generator
NO_BUILD= defined
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile
index 148e39e..260f28e 100644
--- a/graphics/aalib/Makefile
+++ b/graphics/aalib/Makefile
@@ -18,6 +18,8 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INFO= aalib
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11}
diff --git a/graphics/linux-f10-glew/Makefile b/graphics/linux-f10-glew/Makefile
index 4d20d75..2b3ee02 100644
--- a/graphics/linux-f10-glew/Makefile
+++ b/graphics/linux-f10-glew/Makefile
@@ -23,5 +23,6 @@ PLIST_FILES= usr/bin/glewinfo usr/bin/visualinfo \
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= LICENSE.txt
+MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile
index 6c3994a..f35af63 100644
--- a/graphics/scr2png/Makefile
+++ b/graphics/scr2png/Makefile
@@ -19,6 +19,8 @@ MAN1= scr2png.1
MANCOMPRESSED= yes
PLIST_FILES= bin/scr2png
+MAKE_JOBS_SAFE= yes
+
post-extract:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|<gd/gd\.h>|<gd.h>|' ${WRKSRC}/scr2png.c
diff --git a/mail/p5-Net-SMTP-SSL/Makefile b/mail/p5-Net-SMTP-SSL/Makefile
index 35b0d13..b43911a 100644
--- a/mail/p5-Net-SMTP-SSL/Makefile
+++ b/mail/p5-Net-SMTP-SSL/Makefile
@@ -16,4 +16,6 @@ PERL_CONFIGURE= yes
MAN3= Net::SMTP::SSL.3
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.mk>
diff --git a/math/ised/Makefile b/math/ised/Makefile
index ee0967b..d32dadd 100644
--- a/math/ised/Makefile
+++ b/math/ised/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= eadler@FreeBSD.org
-COMMENT= A tool for generating number sequences and arithmetic evaluation
+COMMENT= Tool for generating number sequences and arithmetic evaluation
LICENSE= GPLv3
@@ -21,6 +21,8 @@ MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
+MAKE_JOBS_SAFE= yes
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
diff --git a/math/p5-Math-Round/Makefile b/math/p5-Math-Round/Makefile
index c84c106..daa9ccd 100644
--- a/math/p5-Math-Round/Makefile
+++ b/math/p5-Math-Round/Makefile
@@ -12,6 +12,8 @@ COMMENT= Perl extension for rounding numbers
PERL_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
+
MAN3= Math::Round.3
.include <bsd.port.mk>
diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile
index 8d2a599..4bc332d 100644
--- a/misc/bogosort/Makefile
+++ b/misc/bogosort/Makefile
@@ -21,6 +21,8 @@ MAN1= bogosort.1
INFO= bogosort
PLIST_FILES= bin/bogosort
+MAKE_JOBS_SAFE= yes
+
test: all
${PRINTF} "a\nb\nc\nd\n" > ${WRKDIR}/sorted
${PRINTF} "c\na\n\d\nb\n" > ${WRKDIR}/unsorted
diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile
index 72c20fd..563e072 100644
--- a/misc/cpuid/Makefile
+++ b/misc/cpuid/Makefile
@@ -13,6 +13,8 @@ COMMENT= CPU identification utility
PLIST_FILES= bin/cpuid
ONLY_FOR_ARCHS= i386 amd64
+MAKE_JOBS_SAFE= yes
+
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak && \
${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index ac71ef4..ece90f7 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= misc
MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/
MAINTAINER= eadler@FreeBSD.org
-COMMENT= A getopt(1) replacement that supports GNU-style long options
+COMMENT= Replacement for getopt(1) that supports GNU-style long options
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -19,6 +19,8 @@ MAKE_ENV+= LIBCGETOPT=0
MAN1= getopt.1
DOCS= Changelog README
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.options.mk>
post-patch:
diff --git a/misc/kbdscan/Makefile b/misc/kbdscan/Makefile
index 1d29bf4..e3a0e27 100644
--- a/misc/kbdscan/Makefile
+++ b/misc/kbdscan/Makefile
@@ -8,14 +8,15 @@ MASTER_SITES= http://hack.org/mc/hacks/${PORTNAME}/
MAINTAINER= eadler@FreeBSD.org
COMMENT= Kbdscan shows the scancodes of keys pressed
-USE_BZIP2= yes
-
LICENSE= ISC
-LICENSE_NAME= ISC License - ISCL
LICENSE_GROUPS= FSF GPL OSI
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-# cut and paste the text from kbdscan.c
+LICENSE_NAME= ISC License - ISCL
LICENSE_FILE= ${FILESDIR}/LICENSE-kbdscan
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+USE_BZIP2= yes
+
+MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/${PORTNAME}
diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile
index 41d01c2..69b1c22 100644
--- a/misc/pastebinit/Makefile
+++ b/misc/pastebinit/Makefile
@@ -6,7 +6,9 @@ CATEGORIES= misc python
MASTER_SITES= https://launchpadlibrarian.net/106457425/
MAINTAINER= eadler@FreeBSD.org
-COMMENT= A command line utility for pastebing
+COMMENT= Command line utility for pastebing
+
+LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj
@@ -16,8 +18,6 @@ NO_BUILD= yes
PLIST_FILES= bin/pastebinit
-LICENSE= GPLv2
-
OPTIONS_DEFINE= PASTEBINS
PASTEBINS_DESC= Install default pastebins
OPTIONS_DEFAULT= PASTEBINS
@@ -30,7 +30,7 @@ PORTDATA= pastebin.d
post-patch:
${REINPLACE_CMD} -e 's|/usr/share/pastebin.d|${DATADIR}/pastebin.d|' \
- ${WRKSRC}/pastebinit
+ ${WRKSRC}/pastebinit
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if ${PORT_OPTIONS:MPASTEBINS}
diff --git a/net-mgmt/p5-Net-IP/Makefile b/net-mgmt/p5-Net-IP/Makefile
index e9c7ef7..d6292bb 100644
--- a/net-mgmt/p5-Net-IP/Makefile
+++ b/net-mgmt/p5-Net-IP/Makefile
@@ -12,6 +12,8 @@ COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
PERL_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
+
MAN3= Net::IP.3
post-configure:
diff --git a/net/datapipe/Makefile b/net/datapipe/Makefile
index 76e082b..7cee965 100644
--- a/net/datapipe/Makefile
+++ b/net/datapipe/Makefile
@@ -18,6 +18,8 @@ OPTIONS_DEFAULT= REUSEADDR
REUSEADDR_DESC= Reuse the listening socket address
NOFORK_DESC= Do not fork and background
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MREUSEADDR}
diff --git a/security/spass/Makefile b/security/spass/Makefile
index 291a58b..925d59c 100644
--- a/security/spass/Makefile
+++ b/security/spass/Makefile
@@ -5,10 +5,9 @@ PORTVERSION= 3.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://cloud.github.com/downloads/guyru/spass/
-DISTFILES= ${DISTNAME}.tar.bz2
MAINTAINER= eadler@FreeBSD.org
-COMMENT= A secure password generator with a true random number generator
+COMMENT= Secure password generator with a true random number generator
LICENSE= GPLv3
@@ -17,9 +16,12 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \
boost_program_options:${PORTSDIR}/devel/boost-libs
USE_CMAKE= yes
+USE_BZIP2= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/spass
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.mk>
diff --git a/shells/dash/Makefile b/shells/dash/Makefile
index eede995..aff690f 100644
--- a/shells/dash/Makefile
+++ b/shells/dash/Makefile
@@ -6,12 +6,14 @@ CATEGORIES= shells
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
MAINTAINER= eadler@FreeBSD.org
-COMMENT= A POSIX-compliant implementation of /bin/sh
+COMMENT= POSIX-compliant implementation of /bin/sh
GNU_CONFIGURE= yes
USE_GMAKE= yes
CFLAGS+= -DUNUSABLE_RT_SIGNALS
+MAKE_JOBS_SAFE= yes
+
PLIST_FILES= bin/dash
MAN1= dash.1
diff --git a/sysutils/hextools/Makefile b/sysutils/hextools/Makefile
index 82c153f..1afed55 100644
--- a/sysutils/hextools/Makefile
+++ b/sysutils/hextools/Makefile
@@ -17,6 +17,8 @@ ALL_TARGET= build
#not strictly true - it uses a self-styled license
#LICENSE= BSD
+MAKE_JOBS_SAFE= yes
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${PREFIX}/bin/hex2bin
${INSTALL_PROGRAM} ${WRKSRC}/hexdump ${PREFIX}/bin/bin2hex
diff --git a/sysutils/moreutils-parallel/Makefile b/sysutils/moreutils-parallel/Makefile
index 8c51175..8f91372 100644
--- a/sysutils/moreutils-parallel/Makefile
+++ b/sysutils/moreutils-parallel/Makefile
@@ -19,6 +19,8 @@ MAN1= parallel.1
MANCOMPRESSED= no
PLIST_FILES= bin/parallel
+MAKE_JOBS_SAFE= yes
+
post-patch:
cd ${FILESDIR} && ${CP} ${MAN1} ${WRKSRC}/
diff --git a/sysutils/stalepid/Makefile b/sysutils/stalepid/Makefile
index 6b6462ad..00f7634 100644
--- a/sysutils/stalepid/Makefile
+++ b/sysutils/stalepid/Makefile
@@ -20,4 +20,6 @@ MAN1= stalepid.1
MANCOMPRESSED= yes
PLIST_FILES= bin/stalepid
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.mk>
diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile
index e6d1a0b..80185d0 100644
--- a/sysutils/timelimit/Makefile
+++ b/sysutils/timelimit/Makefile
@@ -17,6 +17,8 @@ CONFLICTS= netpipes-[0-9]*
MAN1= timelimit.1
PLIST_FILES= bin/timelimit
+MAKE_JOBS_SAFE= yes
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${PREFIX}/man/man1/
diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile
index 22beefe..058e7b2 100644
--- a/sysutils/unquote/Makefile
+++ b/sysutils/unquote/Makefile
@@ -14,6 +14,8 @@ MAN1= unquote.1
MANCOMPRESSED= yes
PLIST_FILES= bin/unquote
+MAKE_JOBS_SAFE= yes
+
.if !defined(NO_RELEASE)
MAKE_ENV+= RELEASE=yes
.endif
diff --git a/textproc/p5-Time-Human/Makefile b/textproc/p5-Time-Human/Makefile
index 3a5b3ed..7b37dd5 100644
--- a/textproc/p5-Time-Human/Makefile
+++ b/textproc/p5-Time-Human/Makefile
@@ -14,6 +14,8 @@ PERL_CONFIGURE= yes
MAN3= Time::Human.3
+MAKE_JOBS_SAFE= yes
+
test: build
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 8c956b5..13c49d0 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -30,8 +30,7 @@ OPTIONS_DEFAULT= XFT XINERAMA ASM BEASTIE NLS MENUFIX
BEASTIE_DESC= Use Beastie'fied startup button
MENUFIX_DESC= MenuIconSize fix
-# Restrict to stable (even) versions, indicated by the second component.
-#PORTSCOUT= limitw:1,even
+MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index e88285c..0f597d0 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -1,4 +1,4 @@
-# Created by: ijliao
+# Created by: ijliao
# $FreeBSD$
PORTNAME= xbindkeys
@@ -23,6 +23,8 @@ PLIST_DIRS= %%EXAMPLESDIR%%
WISH= ${LOCALBASE}/bin/wish8.4
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGUILE}
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile
index 791343c..6753c72 100644
--- a/x11/xclip/Makefile
+++ b/x11/xclip/Makefile
@@ -14,6 +14,7 @@ USE_AUTOTOOLS= autoconf:env aclocal:env automake:env
USE_XORG= x11 xmu
USE_GMAKE= yes
GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
MAN1= xclip.1 xclip-copyfile.1
PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile
OpenPOWER on IntegriCloud