diff options
author | joerg <joerg> | 2006-11-05 17:31:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-05 17:31:09 +0000 |
commit | a04891bb08b7613694e96b6c35d1de4d40422b95 (patch) | |
tree | 9c7b8d7af3ab6f4c4b742fb364df84b9851cf76c /security/libgcrypt | |
parent | 99d41bdd30141350ae72be44236404dfb3afa3b1 (diff) | |
download | pkgsrc-a04891bb08b7613694e96b6c35d1de4d40422b95.tar.gz |
DESTDIR support.
Diffstat (limited to 'security/libgcrypt')
-rw-r--r-- | security/libgcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 6ba23ec08b3..148c1214998 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/10/04 21:58:14 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2006/11/05 17:35:58 joerg Exp $ DISTNAME= libgcrypt-1.2.3 PKGREVISION= 1 @@ -11,6 +11,7 @@ HOMEPAGE= http://directory.fsf.org/security/libgcrypt.html COMMENT= GNU cryptographic library PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes GNU_CONFIGURE= yes |