summaryrefslogtreecommitdiff
path: root/security/rsaref/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-10-02 22:52:48 +0000
committertv <tv>1998-10-02 22:52:48 +0000
commit9b9f7a84cc95b066249c792309a1a36a5b67d6eb (patch)
tree8afdd0ae75e5cbefc6c8c7b4ca81bcc694c9d598 /security/rsaref/Makefile
parenta91c3eba25bca7fbf35874526ff68d0e6f1e805b (diff)
downloadpkgsrc-9b9f7a84cc95b066249c792309a1a36a5b67d6eb.tar.gz
Get libtool from the right place.
Nuke the README before refetching.
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