summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail
diff options
context:
space:
mode:
authormartti <martti>2005-07-13 04:08:57 +0000
committermartti <martti>2005-07-13 04:08:57 +0000
commitf1dc63b448f4c47e0c1faf2a96e00785cc09b585 (patch)
tree6fb8bfd0c62b5b55e4b886b425d373cfe720df47 /mail/ja-squirrelmail
parentb872f20302b373d7339c2c8af8afb63374ca8ae8 (diff)
downloadpkgsrc-f1dc63b448f4c47e0c1faf2a96e00785cc09b585.tar.gz
Use pre-configure instead of post-patch to remove the *.orig files.
This will help with the patch creation. Suggested by Takahiro Kambe in a private mail.
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 c516e042c58..694879021bc 100644
--- a/mail/ja-squirrelmail/Makefile
+++ b/mail/ja-squirrelmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/07/07 09:01:08 martti Exp $
+# $NetBSD: Makefile,v 1.13 2005/07/13 04:08:57 martti Exp $
DISTNAME= squirrelmail-1.4.4
PKGNAME= ja-${DISTNAME}
@@ -50,7 +50,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" \