diff options
author | seb <seb@pkgsrc.org> | 2003-08-04 12:08:24 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-04 12:08:24 +0000 |
commit | 5de4d406dcf409712d349800312b772aed7ba593 (patch) | |
tree | 0337e3f7a0b5500cae75119d1875c6c9743a55e4 /net/freewais-sf | |
parent | 893cbb9c6dd4d093c6cafe4a5d4313f63084691c (diff) | |
download | pkgsrc-5de4d406dcf409712d349800312b772aed7ba593.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'net/freewais-sf')
-rw-r--r-- | net/freewais-sf/Makefile | 5 | ||||
-rw-r--r-- | net/freewais-sf/PLIST | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index f81cff4cdf5..71916099d1d 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/07/24 19:45:25 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2003/08/04 12:08:24 seb Exp $ # DISTNAME= freeWAIS-sf-2.2.12 @@ -20,6 +20,8 @@ CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} \ -Darchname=${MACHINE_ARCH}-${LOWER_OPSYS} INSTALL_TARGET= install install.man +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= fwsf.info post-build: @@ -28,5 +30,4 @@ post-build: post-install: ${INSTALL_DATA} ${WRKSRC}/doc/SF/fwsf.info* ${PREFIX}/info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/freewais-sf/PLIST b/net/freewais-sf/PLIST index 2320dd54b45..01396ec6074 100644 --- a/net/freewais-sf/PLIST +++ b/net/freewais-sf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:36 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/08/04 12:08:24 seb Exp $ bin/catalog bin/check-sources bin/dictionary @@ -34,8 +34,6 @@ man/man1/waissearch.1 man/man1/waisserver.1 man/man1/xwais.1 man/man1/xwaisq.1 -@unexec ${INSTALL_INFO} --delete %D/info/fwsf.info %D/info/dir info/fwsf.info info/fwsf.info-1 info/fwsf.info-2 -@exec ${INSTALL_INFO} %D/info/fwsf.info %D/info/dir |