pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Use pre-configure instead of post-patch so it's e...
details: https://anonhg.NetBSD.org/pkgsrc/rev/20d7e1e7dac8
branches: trunk
changeset: 504326:20d7e1e7dac8
user: martti <martti%pkgsrc.org@localhost>
date: Fri Dec 09 10:18:11 2005 +0000
description:
Use pre-configure instead of post-patch so it's easier to (re)create patches.
diffstat:
mail/ja-squirrelmail/Makefile | 4 ++--
mail/squirrelmail/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 295e9180ecdd -r 20d7e1e7dac8 mail/ja-squirrelmail/Makefile
--- a/mail/ja-squirrelmail/Makefile Fri Dec 09 09:37:32 2005 +0000
+++ b/mail/ja-squirrelmail/Makefile Fri Dec 09 10:18:11 2005 +0000
@@ -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_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 -r 295e9180ecdd -r 20d7e1e7dac8 mail/squirrelmail/Makefile
--- a/mail/squirrelmail/Makefile Fri Dec 09 09:37:32 2005 +0000
+++ b/mail/squirrelmail/Makefile Fri Dec 09 10:18:11 2005 +0000
@@ -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_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" \
Home |
Main Index |
Thread Index |
Old Index