summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-10 01:57:06 +0000
committerjlam <jlam>2003-09-10 01:57:06 +0000
commit5b1be9a9253295bd17f4e9aa9470bc93a73a8682 (patch)
tree7b2f6e0326462580830e8a4179aca9cdbb36acce /security/openssl/Makefile
parentffbd84ed9da61c0fbe95f0bbf6b0f6ff134c8215 (diff)
downloadpkgsrc-5b1be9a9253295bd17f4e9aa9470bc93a73a8682.tar.gz
Back out the make -> @MAKE@ -> ${MAKE} changes since we workaround the
bare "make" problem using tools.mk.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index a8ce3d6cc71..e472412fd2d 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2003/08/25 16:34:00 jschauma Exp $
+# $NetBSD: Makefile,v 1.77 2003/09/10 01:57:06 jlam Exp $
DISTNAME= openssl-0.9.6g
PKGREVISION= 2
@@ -35,17 +35,6 @@ CONF_FILES= ${PREFIX}/share/examples/openssl/openssl.cnf \
${PKG_SYSCONFDIR}/openssl.cnf
OWN_DIRS= ${PKG_SYSCONFDIR}/certs ${PKG_SYSCONFDIR}/private
-SEDFILES= Configure Makefile.org Makefile.ssl \
- apps/Makefile.ssl crypto/Makefile.ssl \
- ssl/Makefile.ssl test/Makefile.ssl
-
-post-patch:
- for i in ${SEDFILES}; do \
- ${SED} -e "s/@MAKE@/${MAKE}/" ${WRKSRC}/$$i > \
- ${WRKSRC}/$$i.tmp && \
- ${MV} ${WRKSRC}/$$i.tmp ${WRKSRC}/$$i; \
- done;
-
do-configure:
cd ${WRKSRC} \
&& ${PERL5} util/perlpath.pl ${PERL5} \