summaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2005-12-09 10:18:11 +0000
committermartti <martti@pkgsrc.org>2005-12-09 10:18:11 +0000
commit7d79959d29ee8bd4203990a948775a0d743447be (patch)
tree1db68e6595634af762252d480f9ec854586b5183 /mail/squirrelmail
parent75e4ed3637e4d32c8ec5b24ceaccc4a20adc1d15 (diff)
downloadpkgsrc-7d79959d29ee8bd4203990a948775a0d743447be.tar.gz
Use pre-configure instead of post-patch so it's easier to (re)create patches.
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 86e2086c9cd..393e50bf517 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2005/12/09 06:42:46 martti Exp $
+# $NetBSD: Makefile,v 1.62 2005/12/09 10:18:11 martti Exp $
DISTNAME= squirrelmail-1.4.5
PKGREVISION= 3
@@ -45,7 +45,7 @@ OWN_DIRS+= ${SMDIR} ${SMDIR}/config
OWN_DIRS_PERMS= ${ATTACHMENTS_DIR} ${ROOT_USER} ${APACHE_GROUP} 730
OWN_DIRS_PERMS+= ${USER_PREFS_DIR} ${APACHE_USER} ${APACHE_GROUP} 755
-post-patch:
+pre-configure:
cd ${WRKSRC}; \
for file in config/config_default.php; do \
${SED} -e "s|@ATTACHMENTS_DIR@|${ATTACHMENTS_DIR}|g" \