summaryrefslogtreecommitdiff
path: root/www/horde
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 /www/horde
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 'www/horde')
-rw-r--r--www/horde/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile
index 97425efc322..2ccf6158699 100644
--- a/www/horde/Makefile
+++ b/www/horde/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/11/25 18:59:49 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2001/12/02 06:56:46 jlam Exp $
DISTNAME= horde-1.2.7
CATEGORIES= www
@@ -74,7 +74,6 @@ pre-install:
${FILESDIR}/horde_setup.sh > ${WRKDIR}/horde_setup.sh
${SED} -e "s|@HORDEDIR@|${HORDEDIR}|g" \
${FILESDIR}/horde_secure.sh > ${WRKDIR}/horde_secure.sh
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/horde_setup.sh ${PREFIX}/sbin/horde_setup
@@ -90,8 +89,5 @@ do-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${HORDEDIR}
${CHMOD} -R a-w ${HORDEDIR}
-post-install:
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
-
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"