diff options
author | veego <veego> | 2000-05-12 06:10:35 +0000 |
---|---|---|
committer | veego <veego> | 2000-05-12 06:10:35 +0000 |
commit | ad8e53f1c4ba4985972dd43ce7f00217b7ba2913 (patch) | |
tree | 3203e48f4e2814800c4b5cccafecfd08f1002968 /security/openssl | |
parent | da491b9fd01b6432fbcf72b60b08b64b7838106f (diff) | |
download | pkgsrc-ad8e53f1c4ba4985972dd43ce7f00217b7ba2913.tar.gz |
Fix last commit.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 |
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 |