summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2005-07-13 04:08:57 +0000
committermartti <martti@pkgsrc.org>2005-07-13 04:08:57 +0000
commit1aafd74bef1cac39854f2ce27e13700a661411d3 (patch)
tree6fb8bfd0c62b5b55e4b886b425d373cfe720df47 /mail/ja-squirrelmail
parent14feb636a6cce87d955a943d77937e8c30878df0 (diff)
downloadpkgsrc-1aafd74bef1cac39854f2ce27e13700a661411d3.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" \