summaryrefslogtreecommitdiff
path: root/doc/Makefile-example
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-09-30 09:10:36 +0000
committerasau <asau@pkgsrc.org>2012-09-30 09:10:36 +0000
commita5d3ecb6a2cb38a5c10b1fc6831e10d676ba9b28 (patch)
tree66db802a09e461be06b50eea1494d6ed1ce14a80 /doc/Makefile-example
parent8489cda928daddfd36116040fd4f58de98c4ba20 (diff)
downloadpkgsrc-a5d3ecb6a2cb38a5c10b1fc6831e10d676ba9b28.tar.gz
"user-destdir" was made default, adjust example correspondingly.
Diffstat (limited to 'doc/Makefile-example')
-rw-r--r--doc/Makefile-example8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example
index 1cd4c69c686..6ba2f83e37f 100644
--- a/doc/Makefile-example
+++ b/doc/Makefile-example
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-example,v 1.20 2012/09/06 11:06:58 is Exp $
+# $NetBSD: Makefile-example,v 1.21 2012/09/30 09:10:36 asau Exp $
# First paragraph - distfile and binary package data
# DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES
@@ -30,8 +30,10 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
# Fifth 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
+# if the package has to be created with root privileges
+#PKG_DESTDIR_SUPPORT= destdir
+# if the package has to be installed directly
+#PKG_DESTDIR_SUPPORT= none
# Sixth paragraph - all build definitions that describe things used by
# the package. These include: WRKSRC, GNU_CONFIGURE,