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 | be6a4e32ca04bf3c2417e5f4765945a3c603926e (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/dirmngr | |
parent | b065c1a46b12fee426abb3617a751163d0de4e87 (diff) | |
download | pkgsrc-be6a4e32ca04bf3c2417e5f4765945a3c603926e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 9ba931c95b8..6e0b8868104 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2012/10/05 20:01:23 adam Exp $ +# $NetBSD: Makefile,v 1.43 2012/10/23 18:16:25 asau Exp $ DISTNAME= dirmngr-1.1.0 PKGREVISION= 3 @@ -52,7 +52,6 @@ OWN_DIRS_PERMS+= ${PREFIX}/libdata/dirmngr ${DIRMNGR_PERMS} OWN_DIRS_PERMS+= ${PREFIX}/libdata/dirmngr/extra-certs ${DIRMNGR_PERMS} INSTALLATION_DIRS= sbin -PKG_DESTDIR_SUPPORT= user-destdir post-build: ${SETENV} ${BUILDENV} ${CC} ${CFLAGS} -DDIRMNGR_USER='"${DIRMNGR_USER}"' -DDIRMNGR_PATH='"${PREFIX}/bin/dirmngr"' -o ${WRKDIR}/runDirmngr ${FILESDIR}/runDirmngr.c |