diff options
author | martti <martti@pkgsrc.org> | 2005-07-13 04:08:57 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-07-13 04:08:57 +0000 |
commit | 7bd8529f8b520446e2c4c346b3ccb76e42205dba (patch) | |
tree | 6fb8bfd0c62b5b55e4b886b425d373cfe720df47 /mail/ja-squirrelmail/Makefile | |
parent | 71378cac0decc6d50d4642b6679ff7f225f8f89c (diff) | |
download | pkgsrc-7bd8529f8b520446e2c4c346b3ccb76e42205dba.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/Makefile')
-rw-r--r-- | mail/ja-squirrelmail/Makefile | 4 |
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" \ |