diff options
author | jlam <jlam> | 2001-07-02 16:51:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-02 16:51:49 +0000 |
commit | 50ad46533eea17074c3e4e8810329eb5fcad4c06 (patch) | |
tree | 1746a80294113f7cd44cc8997fe749a6423c0b89 | |
parent | 3cfbcd5a1a7935843acd093e4786c165a51e56b7 (diff) | |
download | pkgsrc-50ad46533eea17074c3e4e8810329eb5fcad4c06.tar.gz |
Convert to use buildlink.mk files.
-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 6a67eb00eeb..f0684c849e3 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/06/17 21:47:52 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/07/02 16:51:49 jlam Exp $ # DISTNAME= jwhois-2.4.1 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.gnu.org/software/jwhois/ COMMENT= Configurable WHOIS client GNU_CONFIGURE= # defined -USE_LIBINTL= # defined CONFIGURE_ARGS+= --sysconfdir=/etc CONFIGURE_ARGS+= --localstatedir=/var/db CONFIGURE_ARGS+= --with-cache @@ -21,4 +20,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/share/examples PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL +.include "../../devel/gettext-lib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |