summaryrefslogtreecommitdiff
path: root/security/p5-SSLeay
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-06-10 21:16:35 +0000
committerjmmv <jmmv@pkgsrc.org>2004-06-10 21:16:35 +0000
commitfec33c7153ffa0598ebae6c839c4861edcb806fb (patch)
tree2f410768c13b7bed047b92a66ed4d2c3f93b0b37 /security/p5-SSLeay
parent05c93204df6df09e1fe5ab276efb84a36ae6b6e5 (diff)
downloadpkgsrc-fec33c7153ffa0598ebae6c839c4861edcb806fb.tar.gz
Convert to subst.mk.
Diffstat (limited to 'security/p5-SSLeay')
-rw-r--r--security/p5-SSLeay/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/security/p5-SSLeay/Makefile b/security/p5-SSLeay/Makefile
index b5c221e6bd4..421130c5552 100644
--- a/security/p5-SSLeay/Makefile
+++ b/security/p5-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/06/10 21:11:08 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2004/06/10 21:16:35 jmmv Exp $
#
DISTNAME= Crypt-SSLeay-0.51
@@ -16,9 +16,11 @@ DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/SSLeay/.packlist
-post-patch:
- @cd ${WRKSRC} && ${SED} "s|%%SSLBASE%%|${BUILDLINK_PREFIX.openssl}|" Makefile.PL \
- > Makefile.PL.tmp && ${MV} Makefile.PL.tmp Makefile.PL
+SUBST_CLASSES+= openssl
+SUBST_STAGE.openssl= pre-configure
+SUBST_MESSAGE.openssl= "Fixing path to OpenSSL."
+SUBST_FILES.openssl= Makefile.PL
+SUBST_SED.openssl= -e 's|%%SSLBASE%%|${BUILDLINK_PREFIX.openssl}|g'
.include "../../lang/perl5/module.mk"
.include "../../security/openssl/buildlink3.mk"