summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-22 15:34:46 +0000
committerwiz <wiz@pkgsrc.org>2005-02-22 15:34:46 +0000
commit7b9ad1bf251743ffbe3b9d6b7b0d985f2eb6d1af (patch)
tree8cfc366b43432260191662f678702cab61cbae28 /security
parenteafed1782acaa72b5e427d51cc9f05b13fa47df1 (diff)
downloadpkgsrc-7b9ad1bf251743ffbe3b9d6b7b0d985f2eb6d1af.tar.gz
Override MAKE_PARAMS returned set by perl5/module.mk; fixes build on -current.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Net-SSLeay/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 87ded51b8e1..934160396a7 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/02/18 13:10:40 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2005/02/22 15:34:46 wiz Exp $
DISTNAME= Net_SSLeay.pm-1.26
PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//}
@@ -15,8 +15,11 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist
-MAKE_PARAMS+= ${SSLBASE}
.include "../../lang/perl5/module.mk"
+
+# does not like "INSTALLDIRS=site", so override perl5/module.mk setting
+MAKE_PARAMS= ${SSLBASE}
+
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"