diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-07 20:52:58 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-07 20:52:58 +0000 |
commit | 7b0f8af2aeac731c93d3d31393550c17286d9640 (patch) | |
tree | 04323e74299aaa2cffd15906ffebd97c126752c7 /security | |
parent | c33ecea9362dd7cd2e9fa489a875743a47adc91d (diff) | |
download | pkgsrc-7b0f8af2aeac731c93d3d31393550c17286d9640.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-CAST5_PP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-CAST5_PP/Makefile b/security/p5-Crypt-CAST5_PP/Makefile index 407bb57cb13..24fa8ccc0b1 100644 --- a/security/p5-Crypt-CAST5_PP/Makefile +++ b/security/p5-Crypt-CAST5_PP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/02/22 11:57:11 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/02/07 20:52:58 heinz Exp $ # DISTNAME= Crypt-CAST5_PP-1.04 @@ -11,6 +11,7 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-CAST5_PP/ COMMENT= The CAST5 block cipher, implemented in pure Perl +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= # empty |