diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:48:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:48:57 +0000 |
commit | 1c57323789a922a7182ba378831f2c0a336a6959 (patch) | |
tree | c8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /net/jwhois | |
parent | ee84541509a09b09b26167f474c4b53185c17b5f (diff) | |
download | pkgsrc-1c57323789a922a7182ba378831f2c0a336a6959.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/Makefile | 7 | ||||
-rw-r--r-- | net/jwhois/PLIST | 2 | ||||
-rw-r--r-- | net/jwhois/distinfo | 2 |
3 files changed, 6 insertions, 5 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" diff --git a/net/jwhois/PLIST b/net/jwhois/PLIST index 914f412c216..bd2e029c541 100644 --- a/net/jwhois/PLIST +++ b/net/jwhois/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/07/06 19:16:58 tv Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/08/25 21:50:00 jlam Exp $ bin/jwhois @unexec ${INSTALL_INFO} --delete %D/info/jwhois.info %D/info/dir info/jwhois.info diff --git a/net/jwhois/distinfo b/net/jwhois/distinfo index 30442ab1e84..cb2b45a1929 100644 --- a/net/jwhois/distinfo +++ b/net/jwhois/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/05/20 14:22:36 wiz Exp $ +$NetBSD: distinfo,v 1.7 2002/08/25 21:50:00 jlam Exp $ SHA1 (jwhois-3.2.0.tar.gz) = dc325c688c56a31acd494029a053a7497a8df843 Size (jwhois-3.2.0.tar.gz) = 361144 bytes |