diff options
author | Steve Price <steve@FreeBSD.org> | 1998-01-25 16:52:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-01-25 16:52:56 +0000 |
commit | a80c0faed931015ddb403c99a8e8405d7f00b157 (patch) | |
tree | 42e0f69d51633990b455ebc1643792d70e4468fc /news/nntpcache/Makefile | |
parent | Update to version 1.07. (diff) |
Upgrade to use version 2.2b4
PR: 5492
Submitted by: Julian Assange <proff@iq.org>
Diffstat (limited to 'news/nntpcache/Makefile')
-rw-r--r-- | news/nntpcache/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index bb9969fadd8a..9405845409b5 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -3,21 +3,24 @@ # Date created: 6 January 1997 # Whom: proff@suburbia.net # -# $Id: Makefile,v 1.6 1997/07/31 06:36:03 asami Exp $ +# $Id: Makefile,v 1.7 1997/12/24 01:21:28 alex Exp $ # -DISTNAME= nntpcache-1.0.7.1 +DISTNAME= nntpcache-2.2b4 CATEGORIES= news 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/ +BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp MAINTAINER= nntpcache@nntpcache.org GNU_CONFIGURE= TRUE CONFIGURE_ARGS= --localstatedir=/var/spool -MAN8= nntpcache.8 +MAN8= nntpcached.8 + +USE_GMAKE= TRUE post-configure: @sed -e "s:%%PREFIX%%:${PREFIX}:g" \ @@ -25,6 +28,5 @@ post-configure: post-install: ${INSTALL_SCRIPT} ${WRKSRC}/nntpcached.sh ${PREFIX}/etc/rc.d - @-${RM} ${PREFIX}/etc/nntpcache/*.bak .include <bsd.port.mk> |