summaryrefslogtreecommitdiff
path: root/net/jwhois/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/jwhois/Makefile')
-rw-r--r--net/jwhois/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index ae317480752..2be093a09b1 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2002/05/20 14:22:36 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2002/08/25 21:49:59 jlam Exp $
#
DISTNAME= jwhois-3.2.0
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/jwhois/
COMMENT= Configurable WHOIS client
-USE_BUILDLINK_ONLY= # defined
+USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --localstatedir=/var/db
@@ -24,7 +24,8 @@ CONF_FILES_PERMS= /dev/null /var/db/jwhois.db \
post-install:
${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/share/examples
-.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"