diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-07 00:25:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-07 00:25:18 +0000 |
commit | 99449b28427746625340fcc0a0894193f66f84ac (patch) | |
tree | 390c15a978b665ff1eea4db29ccdd9de2164da08 /news/nntpcache/Makefile | |
parent | Remove %D from @dirrm argument. (diff) |
Update to 1.0.5. Also add a few more master sites.
Reminded by: proff@suburbia.net
Diffstat (limited to 'news/nntpcache/Makefile')
-rw-r--r-- | news/nntpcache/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 79df70d3a45e..9f4b840796ad 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,14 +1,17 @@ # New ports collection makefile for: nntpcache -# Version required: 1.0.1 +# Version required: 1.0.5 # Date created: 6 January 1997 # Whom: proff@suburbia.net # -# $Id: Makefile,v 1.2 1997/01/07 06:46:45 asami Exp $ +# $Id: Makefile,v 1.3 1997/02/17 01:47:57 obrien Exp $ # -DISTNAME= nntpcache-1.0.1 +DISTNAME= nntpcache-1.0.5 CATEGORIES= news -MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/ +MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/ \ + ftp://ftp.ntnu.no/pub/unix/news/ \ + ftp://ftp.nethelp.no/pub/unix/news/ \ + ftp://suburbia.net/pub/nntpcache/ MAINTAINER= nntpcache@nntpcache.org @@ -22,6 +25,6 @@ post-configure: post-install: ${INSTALL_SCRIPT} ${WRKSRC}/nntpcached.sh ${PREFIX}/etc/rc.d - @${RM} ${PREFIX}/etc/nntpcache/*.bak + @-${RM} ${PREFIX}/etc/nntpcache/*.bak .include <bsd.port.mk> |