summaryrefslogtreecommitdiff
path: root/www/webalizer
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-02 06:56:38 +0000
committerjlam <jlam>2001-12-02 06:56:38 +0000
commitf99697d915e447ed9abcf7aca31b0c873ea53734 (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /www/webalizer
parent77f7fc5d39245d400e8ec79fa531f29c951fa641 (diff)
downloadpkgsrc-f99697d915e447ed9abcf7aca31b0c873ea53734.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 'www/webalizer')
-rw-r--r--www/webalizer/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index 1dc2b01abca..c9ec8062fe6 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/12/01 15:08:02 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2001/12/02 06:56:47 jlam Exp $
#
DISTNAME= webalizer-2.01-06-src
@@ -31,12 +31,6 @@ post-build:
${MV} -f ${WRKSRC}/$${file}.fixed ${WRKSRC}/$${file}; \
done
-pre-install:
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL
-
-post-install:
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
-
.include "../../graphics/gd/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.install.mk"