diff options
author | seb <seb@pkgsrc.org> | 2003-08-04 15:32:30 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-04 15:32:30 +0000 |
commit | 4ab8649520ef4587bdbd60251049cbf3d838d35d (patch) | |
tree | 11aea8079b3fa7f3c7a9edbb6bd955f9fa1b7c6c | |
parent | e66e8651b3ca434a25e3953e4ec4ac7f633b8284 (diff) | |
download | pkgsrc-4ab8649520ef4587bdbd60251049cbf3d838d35d.tar.gz |
Convert to USE_NEW_TEXINFO.
-rw-r--r-- | news/newscache/Makefile | 5 | ||||
-rw-r--r-- | news/newscache/PLIST | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile index 5237dadff11..82f764018c8 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:52:08 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/04 15:32:30 seb Exp $ # DISTNAME= NewsCache-0.99.17 @@ -13,6 +13,8 @@ COMMENT= Free cache server for USENET News GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_PKGINSTALL= YES +USE_NEW_TEXINFO= YES +INFO_FILES= NewsCache.info CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}" @@ -22,5 +24,4 @@ CONF_FILES= ${PREFIX}/share/examples/NewsCache/newscache.conf \ post-extract: ${MV} ${WRKSRC}/etc/newscache.conf-dist ${WRKSRC}/etc/newscache.conf -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/news/newscache/PLIST b/news/newscache/PLIST index 3a94dabad81..5f572a1e1d3 100644 --- a/news/newscache/PLIST +++ b/news/newscache/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2003/05/02 07:36:43 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/08/04 15:32:30 seb Exp $ bin/updatenews -@unexec ${INSTALL_INFO} --delete %D/info/NewsCache.info %D/info/dir info/NewsCache.info -@exec ${INSTALL_INFO} %D/info/NewsCache.info %D/info/dir man/man5/newscache.conf.5 man/man8/NewsCache.8 man/man8/NewsCacheClean.8 |