summaryrefslogtreecommitdiff
path: root/net/jwhois/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-02 06:56:38 +0000
committerjlam <jlam>2001-12-02 06:56:38 +0000
commitd1c143236383007ebe2b664cf4f20e65f07e995a (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /net/jwhois/Makefile
parentbe4037a8473c5de66a8b96ac53c9dc59a80855ee (diff)
downloadpkgsrc-d1c143236383007ebe2b664cf4f20e65f07e995a.tar.gz
bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
Diffstat (limited to 'net/jwhois/Makefile')
-rw-r--r--net/jwhois/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index a3dbcdcaf1e..c36bbb47dec 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/11/25 19:43:58 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2001/12/02 06:56:42 jlam Exp $
#
DISTNAME= jwhois-3.0.1
@@ -24,7 +24,6 @@ CONF_FILES_PERMS= /dev/null /var/db/jwhois.db \
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.install.mk"