pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ja-squirrelmail Use pre-configure instead of post...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2117c07685d6
branches:  trunk
changeset: 496778:2117c07685d6
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Jul 13 04:08:57 2005 +0000

description:
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:

 mail/ja-squirrelmail/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 287ab3d48efd -r 2117c07685d6 mail/ja-squirrelmail/Makefile
--- a/mail/ja-squirrelmail/Makefile     Wed Jul 13 04:01:55 2005 +0000
+++ b/mail/ja-squirrelmail/Makefile     Wed Jul 13 04:08:57 2005 +0000
@@ -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_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