diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-08 15:59:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-08 15:59:53 +0000 |
commit | b095aa245fe41ca241e8e90ee3d717d6159a915a (patch) | |
tree | fb83b884d7793ca26b5406d34676cd08b2870e7e /math/capc-calc | |
parent | 750ee125281a52b991c81d57af9c09aa33c4821b (diff) | |
download | pkgsrc-b095aa245fe41ca241e8e90ee3d717d6159a915a.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/Makefile | 7 |
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" |