diff options
author | garbled <garbled> | 1998-09-24 16:53:19 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-24 16:53:19 +0000 |
commit | 31e2691d8438095082257307e13a6d7ecfa964e9 (patch) | |
tree | 36eb3b665391294e72202e9a6d9ac3749b06e33a /security | |
parent | 15bf8089fd17d37f57d4a25d9c72f27a892e62ed (diff) | |
download | pkgsrc-31e2691d8438095082257307e13a6d7ecfa964e9.tar.gz |
Some read-only pkgsrc fixups..
Diffstat (limited to 'security')
-rw-r--r-- | security/ssleay/Makefile | 8 |
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 |