diff options
author | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
commit | 40b91e7ab919c68deb72b748cca1857afc0cc61a (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/priv | |
parent | ff862ac29f9feb874c8377e73c53e1d92c1569c8 (diff) | |
download | pkgsrc-40b91e7ab919c68deb72b748cca1857afc0cc61a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/priv')
-rw-r--r-- | security/priv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/priv/Makefile b/security/priv/Makefile index 6f5a6f0cb31..35e7d981440 100644 --- a/security/priv/Makefile +++ b/security/priv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/02/15 17:06:18 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/23 18:16:52 asau Exp $ # DISTNAME= priv-1.0-beta2 @@ -11,7 +11,6 @@ MAINTAINER= simonb@NetBSD.org COMMENT= Execute commands as a different user PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES |