diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-27 17:53:36 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-27 17:53:36 +0800 |
commit | 73d42b937c8452786a7efccc7a31a7ac4e9e7d87 (patch) | |
tree | 09eb6b336c86e513a6ff75ae2f21ba919de4cbd9 /misc | |
parent | 595f2383086782bec8a14d24f1df4830c5dee5bf (diff) | |
download | freebsd-ports-gnome-73d42b937c8452786a7efccc7a31a7ac4e9e7d87.tar.gz freebsd-ports-gnome-73d42b937c8452786a7efccc7a31a7ac4e9e7d87.tar.zst freebsd-ports-gnome-73d42b937c8452786a7efccc7a31a7ac4e9e7d87.zip |
Mark MAKE_JOBS_SAFE
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bestfit/Makefile | 1 | ||||
-rw-r--r-- | misc/countrycodes/Makefile | 2 | ||||
-rw-r--r-- | misc/ddate/Makefile | 4 | ||||
-rw-r--r-- | misc/gnu-watch/Makefile | 2 | ||||
-rw-r--r-- | misc/gopod/Makefile | 1 | ||||
-rw-r--r-- | misc/gtk-gopod/Makefile | 1 | ||||
-rw-r--r-- | misc/shc/Makefile | 2 | ||||
-rw-r--r-- | misc/shuffle-db/Makefile | 1 | ||||
-rw-r--r-- | misc/talkfilters/Makefile | 1 |
9 files changed, 14 insertions, 1 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile index 3a087a245587..cc7e93ee7e2f 100644 --- a/misc/bestfit/Makefile +++ b/misc/bestfit/Makefile @@ -15,6 +15,7 @@ COMMENT= Optimally choose files to be put on a CD (or other media) GNU_CONFIGURE= yes MANCOMPRESSED= no +MAKE_JOBS_SAFE= yes MAN1= bestfit.1 PLIST_FILES= bin/bestfit diff --git a/misc/countrycodes/Makefile b/misc/countrycodes/Makefile index 08e214fdcaad..e24e973fb75f 100644 --- a/misc/countrycodes/Makefile +++ b/misc/countrycodes/Makefile @@ -17,6 +17,8 @@ COMMENT= An ISO 3166 country code finder BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${BUILD_WRKSRC} +MAKE_JOBS_SAFE= yes + PLIST_FILES= bin/iso3166 PORTDOCS= README MAN1= iso3166.1 diff --git a/misc/ddate/Makefile b/misc/ddate/Makefile index 7da523f5e350..d4489fa05147 100644 --- a/misc/ddate/Makefile +++ b/misc/ddate/Makefile @@ -17,9 +17,11 @@ COMMENT= Command to print the date in Discordian date format PLIST_FILES= bin/ddate +GNU_CONFIGURE= yes USE_BZIP2= yes +MAKE_JOBS_SAFE= yes + MAN1= ddate.1 -GNU_CONFIGURE= yes pre-everything:: @${ECHO} "" diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile index c533b16d3338..15be937f0938 100644 --- a/misc/gnu-watch/Makefile +++ b/misc/gnu-watch/Makefile @@ -16,6 +16,8 @@ DISTNAME= procps-${DISTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= GNU watch command +MAKE_JOBS_SAFE= yes + LDFLAGS+= -lncurses MAN1= gnu-watch.1 diff --git a/misc/gopod/Makefile b/misc/gopod/Makefile index 9a3d79743f02..74e7a6be0f8f 100644 --- a/misc/gopod/Makefile +++ b/misc/gopod/Makefile @@ -19,6 +19,7 @@ COMMENT?= Utility to cap/uncap an iPod HAS_CONFIGURE= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes MAKE_ARGS+= CC="${CC}" diff --git a/misc/gtk-gopod/Makefile b/misc/gtk-gopod/Makefile index 94f308e1ffc4..101d7c598c56 100644 --- a/misc/gtk-gopod/Makefile +++ b/misc/gtk-gopod/Makefile @@ -12,6 +12,7 @@ COMMENT= GTK Utility to cap/uncap an iPod MASTERDIR= ${.CURDIR}/../gopod USE_GNOME= gtk20 +MAKE_JOBS_SAFE= yes RESTRICTED= "Unclear legal status in EU countries" diff --git a/misc/shc/Makefile b/misc/shc/Makefile index c37db997e517..968ae659d54b 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= A shell script "encoder" +MAKE_JOBS_SAFE= yes + MAN1= shc.1 PLIST_FILES= bin/shc diff --git a/misc/shuffle-db/Makefile b/misc/shuffle-db/Makefile index 87f5df71a050..434ba0fcaf95 100644 --- a/misc/shuffle-db/Makefile +++ b/misc/shuffle-db/Makefile @@ -17,6 +17,7 @@ COMMENT= An iPod shuffle database builder USE_PYTHON= yes NO_BUILD= yes +MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/rebuild_db PLIST_FILES= bin/rebuild_db.py diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile index 8e3222176b9b..8851c893a458 100644 --- a/misc/talkfilters/Makefile +++ b/misc/talkfilters/Makefile @@ -18,6 +18,7 @@ CONFLICTS= jive* chef* filters-* GNU_CONFIGURE= yes USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes MAN1= talkfilters.1 wrap.1 MLINKS= talkfilters.1 austro.1 \ |