diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /security/p5-Crypt-DES_EDE3 | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'security/p5-Crypt-DES_EDE3')
-rw-r--r-- | security/p5-Crypt-DES_EDE3/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile index 72ee2d03ffc..3e732f49b83 100644 --- a/security/p5-Crypt-DES_EDE3/Makefile +++ b/security/p5-Crypt-DES_EDE3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/15 13:46:10 salo Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:34 joerg Exp $ # DISTNAME= Crypt-DES_EDE3-0.01 @@ -12,9 +12,10 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-DES_EDE3/ COMMENT= Perl5 module for Triple-DES EDE encryption/decryption -DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES - PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/DES_EDE3/.packlist |