summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail
diff options
context:
space:
mode:
authormartti <martti>2005-12-09 10:18:11 +0000
committermartti <martti>2005-12-09 10:18:11 +0000
commitf939b4c0eef82603bea0e374c918afac77665c29 (patch)
tree1db68e6595634af762252d480f9ec854586b5183 /mail/ja-squirrelmail
parent9dc9d5d49641eb618cbea13ebe0b0abdaaacb149 (diff)
downloadpkgsrc-f939b4c0eef82603bea0e374c918afac77665c29.tar.gz
Use pre-configure instead of post-patch so it's easier to (re)create patches.
Diffstat (limited to 'mail/ja-squirrelmail')
-rw-r--r--mail/ja-squirrelmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ja-squirrelmail/Makefile b/mail/ja-squirrelmail/Makefile
index 2ca7defa0ed..35c1b363f4f 100644
--- a/mail/ja-squirrelmail/Makefile
+++ b/mail/ja-squirrelmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/12/09 06:42:46 martti Exp $
+# $NetBSD: Makefile,v 1.20 2005/12/09 10:18:11 martti Exp $
DISTNAME= squirrelmail-1.4.5
PKGNAME= ja-${DISTNAME}
@@ -51,7 +51,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" \