summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 02:46:03 +0000
committerjlam <jlam>2000-08-27 02:46:03 +0000
commit685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /security
parent26479982fb1c1713b23f027c35b884dac0997ad5 (diff)
downloadpkgsrc-685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 71989b60b34..db795130e5a 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2000/08/21 21:01:33 hubertf Exp $
+# $NetBSD: Makefile,v 1.19 2000/08/27 02:46:06 jlam Exp $
#
DISTNAME= openssl-0.9.5a
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.openssl.org/
CONFLICTS= SSLeay-* ssleay-*
-USE_PERL5= yes
+USE_PERL5= # defined
RESTRICTED= "Crypto; export-controlled"
NO_SRC_ON_FTP= ${RESTRICTED}
@@ -68,10 +68,9 @@ pre-patch:
# The Perl stuff doesn't work yet (nor did it work properly in SSLeay...)
do-configure:
- @cd ${WRKSRC} && ${LOCALBASE}/bin/perl util/perlpath.pl ${LOCALBASE}/bin
+ @cd ${WRKSRC} && ${PERL5} util/perlpath.pl ${LOCALBASE}/bin
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./config ${CONFIGURE_ARGS}
-# @cd ${WRKSRC}/perl && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/perl \
-# Makefile.PL
+# @cd ${WRKSRC}/perl && ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
#post-build:
# @cd ${WRKSRC}/perl && ${MAKE}