diff options
author | heinz <heinz@pkgsrc.org> | 2007-04-22 09:04:54 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-04-22 09:04:54 +0000 |
commit | abd6054c1cafcee0b88255884bf2f4e02f56ef9c (patch) | |
tree | d2dc5ea346857465148d1b3393d5f32e0abb7135 /security/p5-Crypt-RSA | |
parent | 82874b8437d26ce9820a2552c323be353ca88fb6 (diff) | |
download | pkgsrc-abd6054c1cafcee0b88255884bf2f4e02f56ef9c.tar.gz |
Added DESTDIR support.
Diffstat (limited to 'security/p5-Crypt-RSA')
-rw-r--r-- | security/p5-Crypt-RSA/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile index 5957e4d2307..4e2a25e62f8 100644 --- a/security/p5-Crypt-RSA/Makefile +++ b/security/p5-Crypt-RSA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/04/22 09:00:22 heinz Exp $ +# $NetBSD: Makefile,v 1.20 2007/04/22 09:04:54 heinz Exp $ # DISTNAME= Crypt-RSA-1.58 @@ -26,6 +26,7 @@ DEPENDS+= p5-Class-Loader>=2.00:../../devel/p5-Class-Loader DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/RSA/.packlist |