summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorveego <veego>2000-05-12 06:10:35 +0000
committerveego <veego>2000-05-12 06:10:35 +0000
commitad8e53f1c4ba4985972dd43ce7f00217b7ba2913 (patch)
tree3203e48f4e2814800c4b5cccafecfd08f1002968 /security/openssl
parentda491b9fd01b6432fbcf72b60b08b64b7838106f (diff)
downloadpkgsrc-ad8e53f1c4ba4985972dd43ce7f00217b7ba2913.tar.gz
Fix last commit.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 47b0da31c4e..083103bd0c8 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/05/10 12:28:37 veego Exp $
+# $NetBSD: Makefile,v 1.15 2000/05/12 06:10:35 veego Exp $
#
DISTNAME= openssl-0.9.5a
@@ -60,7 +60,7 @@ pre-patch:
@${CP} ${.CURDIR}/patches/patch-* ${WRKDIR}/.patches
.if ${OPSYS} == "NetBSD"
for FILE in ${.CURDIR}/patches/patch.netbsd-*; do \
- @${CP} $$FILE ${PATCHDIR}/patches-$${FILE##-}; \
+ ${CP} $$FILE ${PATCHDIR}/patch-$${FILE##*-}; \
done
.endif