summaryrefslogtreecommitdiff
path: root/news/nntpcache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/nntpcache/Makefile')
-rw-r--r--news/nntpcache/Makefile10
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>