summaryrefslogtreecommitdiff
path: root/net/jwhois/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/jwhois/Makefile')
-rw-r--r--net/jwhois/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index 3acdc529876..fc2ad47bd01 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2006/02/05 23:10:25 joerg Exp $
+# $NetBSD: Makefile,v 1.59 2006/04/06 03:20:54 jlam Exp $
#
DISTNAME= jwhois-3.2.2
@@ -17,18 +17,18 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE}/db
LIBS.SunOS+= -lnsl -lsocket
-INFO_FILES= jwhois.info
-
.include "options.mk"
EGDIR= ${PREFIX}/share/examples/jwhois
CONF_FILES= ${EGDIR}/jwhois.conf.default \
${PKG_SYSCONFDIR}/jwhois.conf
+INFO_FILES= # PLIST
+
+.include "../../devel/gettext-lib/buildlink3.mk"
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf \
${EGDIR}/jwhois.conf.default
-.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"