diff options
author | asau <asau> | 2012-10-23 18:16:19 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-23 18:16:19 +0000 |
commit | ab166580624380f7e26130a61917be6ed55e618c (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/libgpg-error | |
parent | 84bc64f8fdc5c746a48576618d4079497f0a235a (diff) | |
download | pkgsrc-ab166580624380f7e26130a61917be6ed55e618c.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/libgpg-error')
-rw-r--r-- | security/libgpg-error/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index e5b1f078dae..d76635ec3f6 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2012/07/17 16:01:10 marino Exp $ +# $NetBSD: Makefile,v 1.35 2012/10/23 18:16:33 asau Exp $ DISTNAME= libgpg-error-1.10 PKGREVISION= 2 @@ -16,7 +16,6 @@ COMMENT= Definitions of common error values for all GnuPG components LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |