From b1c568b4e0d80fe949ac1585ff0f26fc29dba084 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 2 Oct 1998 22:52:48 +0000 Subject: Get libtool from the right place. Nuke the README before refetching. --- security/rsaref/Makefile | 5 +++-- security/rsaref/patches/patch-ag | 5 ++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'security/rsaref') 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 diff --git a/security/rsaref/patches/patch-ag b/security/rsaref/patches/patch-ag index 75332b49b01..c7304991650 100644 --- a/security/rsaref/patches/patch-ag +++ b/security/rsaref/patches/patch-ag @@ -1,10 +1,9 @@ -$NetBSD: patch-ag,v 1.2 1998/08/07 11:13:48 agc Exp $ +$NetBSD: patch-ag,v 1.3 1998/10/02 22:52:49 tv Exp $ --- unix/makefile.orig Fri Mar 25 14:01:31 1994 +++ unix/makefile Tue Jul 14 13:52:28 1998 -@@ -1,11 +1,11 @@ +@@ -1,11 +1,10 @@ # This is a makefile for UNIX -+LIBTOOL = ${PREFIX}/bin/libtool # extension for object files O = o -- cgit v1.2.3