diff options
author | martti <martti@pkgsrc.org> | 2005-12-09 10:18:11 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-12-09 10:18:11 +0000 |
commit | 7d79959d29ee8bd4203990a948775a0d743447be (patch) | |
tree | 1db68e6595634af762252d480f9ec854586b5183 /mail | |
parent | 75e4ed3637e4d32c8ec5b24ceaccc4a20adc1d15 (diff) | |
download | pkgsrc-7d79959d29ee8bd4203990a948775a0d743447be.tar.gz |
Use pre-configure instead of post-patch so it's easier to (re)create patches.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ja-squirrelmail/Makefile | 4 | ||||
-rw-r--r-- | mail/squirrelmail/Makefile | 4 |
2 files changed, 4 insertions, 4 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" \ 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" \ |