summaryrefslogtreecommitdiff
path: root/math/capc-calc
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-08 15:59:53 +0000
committerwiz <wiz>2001-02-08 15:59:53 +0000
commitdd48edeb333680f51148521dd27b7784e9a3eebb (patch)
treefb83b884d7793ca26b5406d34676cd08b2870e7e /math/capc-calc
parentc6f9989a660ff2ec61cbd03eb8e56e6dc8f52189 (diff)
downloadpkgsrc-dd48edeb333680f51148521dd27b7784e9a3eebb.tar.gz
Remove a MASTER_SITE, fix path on a second one, and tell mv we're sure.
Diffstat (limited to 'math/capc-calc')
-rw-r--r--math/capc-calc/Makefile7
1 files changed, 3 insertions, 4 deletions
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"