From dd48edeb333680f51148521dd27b7784e9a3eebb Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 8 Feb 2001 15:59:53 +0000 Subject: Remove a MASTER_SITE, fix path on a second one, and tell mv we're sure. --- math/capc-calc/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'math/capc-calc') diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile index be1ec026103..d492b8602c2 100644 --- a/math/capc-calc/Makefile +++ b/math/capc-calc/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2001/02/08 15:50:20 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/08 15:59:53 wiz Exp $ # DISTNAME= calc-2.11.4t2 PKGNAME= capc-${DISTNAME:S/t/./} CATEGORIES= math MASTER_SITES= http://www.isthe.com/chongo/src/calc/ \ - ftp://ftp.batnet.com/wombats/noll/ftp/calc/ \ - ftp://ftp.uu.net/ftp/calc/ + ftp://ftp.batnet.com/wombats/noll/ftp/pub/calc/ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.isthe.com/chongo/tech/comp/calc/ @@ -18,7 +17,7 @@ post-patch: ${SED} -e "s|readline/readline.h|readline.h|" \ -e "s|readline/history.h|history.h|" ${WRKSRC}/hist.c > \ ${WRKSRC}/hist.c.new && \ - ${MV} ${WRKSRC}/hist.c.new ${WRKSRC}/hist.c + ${MV} -f ${WRKSRC}/hist.c.new ${WRKSRC}/hist.c .endif .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3