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/p5-Net-SSLeay | |
parent | 99d41bdd30141350ae72be44236404dfb3afa3b1 (diff) | |
download | pkgsrc-a04891bb08b7613694e96b6c35d1de4d40422b95.tar.gz |
DESTDIR support.
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 1cd3e28d8e0..abf728bc226 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/10/01 15:12:12 rillig Exp $ +# $NetBSD: Makefile,v 1.39 2006/11/05 17:35:59 joerg Exp $ DISTNAME= Net_SSLeay.pm-1.30 PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//} @@ -10,6 +10,7 @@ MAINTAINER= shell@NetBSD.org COMMENT= Perl5 module for using OpenSSL PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Net/SSLeay/.packlist MAKE_PARAMS= ${SSLBASE} |