summaryrefslogtreecommitdiff
path: root/security/rsaref/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/rsaref/Makefile')
-rw-r--r--security/rsaref/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index 52889fe3354..0e4f54d3f45 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/09/01 14:29:28 agc Exp $
+# $NetBSD: Makefile,v 1.11 1998/10/02 22:52:48 tv Exp $
#
DISTNAME= rsaref20
@@ -33,7 +33,8 @@ do-fetch:
${ECHO} "use of the rsaref package."; \
elif [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
${MKDIR} ${WRKDIR} || ${TRUE}; \
- cd ${WRKDIR} && ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${RSA_SITE}README ${FETCH_AFTER_ARGS}; \
+ ${RM} -f ${WRKDIR}/README; \
+ cd ${WRKDIR} && ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${RSA_SITE}README ${FETCH_AFTER_ARGS} && \
cd ${_DISTDIR} && ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${RSA_SITE}`egrep '^dist/U\.S\.-only-' ${WRKDIR}/README`/${DISTNAME}${EXTRACT_SUFX} ${FETCH_AFTER_ARGS}; \
fi