diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-11-04 03:04:06 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-11-04 03:04:06 +0800 |
commit | 5582693109e0a4b20e78ccb683ffe0d740d93247 (patch) | |
tree | 33ecaabb50001236a29fbf249124e336c8b1bca5 /x11-toolkits | |
parent | 4dea7a279dcf216bdd7e7a7053b9563860cba528 (diff) | |
download | freebsd-ports-gnome-5582693109e0a4b20e78ccb683ffe0d740d93247.tar.gz freebsd-ports-gnome-5582693109e0a4b20e78ccb683ffe0d740d93247.tar.zst freebsd-ports-gnome-5582693109e0a4b20e78ccb683ffe0d740d93247.zip |
- Mark MAKE_JOBS_UNSAFE as this fails for me with MAKE_JOBS enabled
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Gnome2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Gnome2/Makefile b/x11-toolkits/p5-Gnome2/Makefile index 3d9b23933d4f..98f450d13f64 100644 --- a/x11-toolkits/p5-Gnome2/Makefile +++ b/x11-toolkits/p5-Gnome2/Makefile @@ -31,6 +31,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ USE_GNOME= libgnomeui libgnome libbonoboui PERL_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes + post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} |