pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/squirrelmail Drop trailing space



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea89b59e1aaa
branches:  trunk
changeset: 496646:ea89b59e1aaa
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu Jul 07 08:30:22 2005 +0000

description:
Drop trailing space

diffstat:

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

diffs (18 lines):

diff -r 99588c4458ce -r ea89b59e1aaa mail/squirrelmail/Makefile
--- a/mail/squirrelmail/Makefile        Thu Jul 07 08:21:53 2005 +0000
+++ b/mail/squirrelmail/Makefile        Thu Jul 07 08:30:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2005/06/16 07:30:40 martti Exp $
+# $NetBSD: Makefile,v 1.53 2005/07/07 08:30:22 martti Exp $
 
 DISTNAME=      squirrelmail-1.4.4
 PKGREVISION=   1
@@ -67,7 +67,7 @@
        ${CP} -R ${WRKSRC}/* ${SMDIR}
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${SMDIR}
        ${FIND} ${SMDIR} -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
-       ${FIND} ${SMDIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE} 
+       ${FIND} ${SMDIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE}
        ${CHMOD} a+x ${SMDIR}/config/conf.pl
        ${INSTALL_DATA} ${WRKSRC}/data/index.php ${USER_PREFS_DIR}/
        ${INSTALL_DATA} ${WRKSRC}/data/.htaccess ${USER_PREFS_DIR}/



Home | Main Index | Thread Index | Old Index