summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-16 13:23:02 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-16 13:23:02 +0000
commit1e9a4230a46a22408ae69348390536f850c25e4a (patch)
tree1995549ccdaf7bfa41042d4f91527d171e371062 /pkgtools/pkg_install/Makefile
parentbc4117d57fde8dba73d64e9ad3f7c4469f3f3003 (diff)
downloadpkgsrc-1e9a4230a46a22408ae69348390536f850c25e4a.tar.gz
Change download-vulnerability-list.sh to use exec_prefix in the
sense of pkg_tools_prefix and prefix in the sense of LOCALBASE. This allows individual overriding for NetBSD. Add the forgotten part to allow DESTDIR builds and the pkgsrc.7 man page.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index b8243fa802b..21133757b70 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2007/07/14 20:17:06 adrianp Exp $
+# $NetBSD: Makefile,v 1.133 2007/07/16 13:23:02 joerg Exp $
# Notes to package maintainers:
#
@@ -17,6 +17,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pkgsrc.org/
COMMENT= Package management and administration tools for pkgsrc
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS+= audit-packages-[0-9]*
GNU_CONFIGURE= yes