summaryrefslogtreecommitdiff
path: root/security/ssleay
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-09-24 16:53:19 +0000
committergarbled <garbled@pkgsrc.org>1998-09-24 16:53:19 +0000
commit60f4ea5b8590d92d3123b8c51aae543c818960c2 (patch)
tree36eb3b665391294e72202e9a6d9ac3749b06e33a /security/ssleay
parentf588e99782b510372b53a97c9d75455eab078a56 (diff)
downloadpkgsrc-60f4ea5b8590d92d3123b8c51aae543c818960c2.tar.gz
Some read-only pkgsrc fixups..
Diffstat (limited to 'security/ssleay')
-rw-r--r--security/ssleay/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/ssleay/Makefile b/security/ssleay/Makefile
index d4410ffd121..d10d92b8e8e 100644
--- a/security/ssleay/Makefile
+++ b/security/ssleay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/09/21 18:30:32 garbled Exp $
+# $NetBSD: Makefile,v 1.7 1998/09/24 16:53:20 garbled Exp $
# FreeBSD: Makefile,v 1.20 1998/08/27 16:38:02 markm Exp
#
@@ -27,9 +27,9 @@ post-extract:
chmod 755 ${WRKSRC}/util/NetBSD.sh
post-patch:
- @${CP} ${WRKSRC}/Configure foo
- @${SED} -e 's@XXXPREFIXXXX@${PREFIX}@' <foo> ${WRKSRC}/Configure
- @${RM} -f foo
+ @${CP} ${WRKSRC}/Configure ${WRKSRC}/foo
+ @${SED} -e 's@XXXPREFIXXXX@${PREFIX}@' <${WRKSRC}/foo> ${WRKSRC}/Configure
+ @${RM} -f ${WRKSRC}/foo
post-configure:
${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h