diff options
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 |