diff options
author | obache <obache@pkgsrc.org> | 2011-04-03 13:43:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-03 13:43:18 +0000 |
commit | efd8a5e278f04e319f0636673b872ddb0b33fae4 (patch) | |
tree | 47d3af18825d44adb184623bc5d564e673501c1d /x11 | |
parent | 90e91d1c7793ec68846147edec87de31e7350b28 (diff) | |
download | pkgsrc-efd8a5e278f04e319f0636673b872ddb0b33fae4.tar.gz |
* MAKE_JOBS_SAFE=no
* marked as destdir installation suuport.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xservers/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/xservers/Makefile b/x11/xservers/Makefile index 23639fbfa63..43c6b8f569a 100644 --- a/x11/xservers/Makefile +++ b/x11/xservers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2009/12/17 19:15:37 abs Exp $ +# $NetBSD: Makefile,v 1.36 2011/04/03 13:43:18 obache Exp $ DISTNAME= xservers-3.3.6.5 PKGREVISION= 2 @@ -14,6 +14,10 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL. +PKG_DESTDIR_SUPPORT= destdir + +MAKE_JOBS_SAFE= no + BUILD_TARGET= World PLIST_SRC= ${WRKDIR}/PLIST |