summaryrefslogtreecommitdiff
path: root/doc/Makefile-example
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-01-04 19:53:36 +0000
committerheinz <heinz@pkgsrc.org>2008-01-04 19:53:36 +0000
commitddb5b0ddbf37b17f476720fd0fad9a97e227dd19 (patch)
treec7596db984235edfe9146c1d22bb2ec32e60d308 /doc/Makefile-example
parent66d33e5f9f960f10ae31e8ff9e0773ae51606c3b (diff)
downloadpkgsrc-ddb5b0ddbf37b17f476720fd0fad9a97e227dd19.tar.gz
Where to place PKG_DESTDIR_SUPPORT.
Diffstat (limited to 'doc/Makefile-example')
-rw-r--r--doc/Makefile-example4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example
index 7503435a86e..fd290ef71a5 100644
--- a/doc/Makefile-example
+++ b/doc/Makefile-example
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-example,v 1.15 2007/01/09 21:14:21 gdt Exp $
+# $NetBSD: Makefile-example,v 1.16 2008/01/04 19:53:36 heinz Exp $
# First paragraph - distfile and binary package data
# DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES
@@ -27,6 +27,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
# Fourth paragraph - PKG_INSTALLATION_TYPES
PKG_INSTALLATION_TYPES= overwrite pkgviews # needed for package views-ready packages
+# if the package can be created without root privileges
+PKG_DESTDIR_SUPPORT= user-destdir
# Fifth paragraph - all build definitions that describe things used by
# the package. These include: WRKSRC, GNU_CONFIGURE,