diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-02 06:56:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-02 06:56:38 +0000 |
commit | 55ffb37406a84184fb4d92bd4b3ea2544fdf25da (patch) | |
tree | cae588008c2ebc64dfaaf967400630b03c968bdf /www/webalizer/Makefile | |
parent | e1a97d1b323c48b19428f035fb03e0cd0d908418 (diff) | |
download | pkgsrc-55ffb37406a84184fb4d92bd4b3ea2544fdf25da.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/Makefile')
-rw-r--r-- | www/webalizer/Makefile | 8 |
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" |