diff options
Diffstat (limited to 'net/jwhois/Makefile')
-rw-r--r-- | net/jwhois/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 164dc7e8fc2..1a9e55a98e2 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/07/17 22:51:18 grant Exp $ +# $NetBSD: Makefile,v 1.27 2003/08/04 12:15:19 seb Exp $ # DISTNAME= jwhois-3.2.1 @@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --localstatedir=/var/db CONFIGURE_ARGS+= --with-cache +USE_NEW_TEXINFO= YES INFO_FILES= jwhois.info EGDIR= ${PREFIX}/share/examples/jwhois @@ -31,5 +32,4 @@ post-install: ${EGDIR}/jwhois.conf.default .include "../../devel/gettext-lib/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |