summaryrefslogtreecommitdiff
path: root/news/nntpcache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/nntpcache/Makefile')
-rw-r--r--news/nntpcache/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index 51badd3589f..939a20d6882 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -1,14 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2001/09/27 23:18:34 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2002/04/05 19:14:23 proff Exp $
# FreeBSD Id: Makefile,v 1.11 1998/02/01 03:04:11 itojun Exp
#
-DISTNAME= nntpcache-2.4.0b5
+DISTNAME= nntpcache-3.0.1
CATEGORIES= news
MASTER_SITES= ftp://ftp.nntpcache.org/pub/nntpcache/ \
- ftp://ftp.fu-berlin.de/unix/news/nntpcache/ \
- ftp://ftp.contrib.com/pub/software/unix/news/nntpcache/ \
- ftp://ftp.eu.net/news/transport/nntpcache/ \
- ftp://ftp.belgium.eu.net/pub/news/transport/nntpcache/ \
ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/news/nntpcache/ \
ftp://ftp.faho.rwth-aachen.de/pub/linux/nntpcache/ \
ftp://ftp.hway.ru/pub/news/nntpcache/
@@ -32,14 +28,14 @@ DEPENDS+= openldap-[0-9]*:../../databases/openldap
DEPENDS+= pgp-2.*:../../security/pgp2
.endif
-BUILD_DEFS+= NNTP_USE_LDAP NNTP_USE_PGP
+BUILD_DEFS+= NNTP_USE_LDAP NNTP_USE_PGP
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=/var/spool
CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
USE_GMAKE= yes
-INSTALL_TARGET= SUBDIRS="cf src filters http doc pgp contrib/newshound innreport scripts unixauth" \
+INSTALL_TARGET= SUBDIRS="cf src filters http doc pgp contrib/newshound contrib/perlnewshound innreport scripts unixauth" \
install
post-configure:
@@ -50,6 +46,6 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/nntpcached.sh ${PREFIX}/etc/rc.d/nntpcached
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nntpcache
cd ${WRKSRC} && ${INSTALL_DATA} README INSTALL FAQ FAQ.html LICENSING \
- ${PREFIX}/share/doc/nntpcache/
+ README.INN README.pam ChangeLog ${PREFIX}/share/doc/nntpcache/
.include "../../mk/bsd.pkg.mk"