diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-17 21:47:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-17 21:47:52 +0000 |
commit | 07189e1e5c83158d36fb026a23a10fb469baa59e (patch) | |
tree | 2ac79a7090174aa84f4a4bfc63a045a30c2755d6 /net/jwhois | |
parent | 99e0702e689a31984ac66fd04103f65085e5ca01 (diff) | |
download | pkgsrc-07189e1e5c83158d36fb026a23a10fb469baa59e.tar.gz |
Install locale files under ${PKGLOCALEDIR}. Remove unnecessary patch to
configure.in, and build dependencies on autoconf and gettext.
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/Makefile | 13 | ||||
-rw-r--r-- | net/jwhois/distinfo | 3 | ||||
-rw-r--r-- | net/jwhois/pkg/PLIST | 4 |
3 files changed, 4 insertions, 16 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 361a0e179c5..6a67eb00eeb 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/03/27 03:20:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2001/06/17 21:47:52 jlam Exp $ # DISTNAME= jwhois-2.4.1 @@ -9,8 +9,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/jwhois/ COMMENT= Configurable WHOIS client -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf - GNU_CONFIGURE= # defined USE_LIBINTL= # defined CONFIGURE_ARGS+= --sysconfdir=/etc @@ -19,15 +17,6 @@ CONFIGURE_ARGS+= --with-cache INFO_FILES= jwhois.info -.include "../../mk/bsd.prefs.mk" - -.if !exists(${LOCALBASE}/share/aclocal/gettext.m4) -BUILD_DEPENDS+= gettext-0.10.35nb1:../../devel/gettext -.endif - -pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf - post-install: ${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/share/examples PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL diff --git a/net/jwhois/distinfo b/net/jwhois/distinfo index d9644e16933..508ad7cb11a 100644 --- a/net/jwhois/distinfo +++ b/net/jwhois/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:19 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/06/17 21:47:52 jlam Exp $ SHA1 (jwhois-2.4.1.tar.gz) = fafe2ec46cf5be9dd95d15a51172938acc845f3a Size (jwhois-2.4.1.tar.gz) = 245008 bytes SHA1 (patch-aa) = 649e4ff47b7ae8985573cd4bc53954d3cd4d5fe3 -SHA1 (patch-ab) = a96f530ef37c2afb199db5e1fbd21dd01bdaf23d diff --git a/net/jwhois/pkg/PLIST b/net/jwhois/pkg/PLIST index 7054d4345b8..4006b5cb96c 100644 --- a/net/jwhois/pkg/PLIST +++ b/net/jwhois/pkg/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2000/08/12 06:29:19 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/06/17 21:47:53 jlam Exp $ bin/jwhois @unexec install-info --delete %D/info/jwhois.info %D/info/dir info/jwhois.info @exec install-info %D/info/jwhois.info %D/info/dir man/man1/jwhois.1 share/examples/jwhois.conf -share/locale/sv/LC_MESSAGES/jwhois.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/jwhois.mo |