pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/squirrelmail Make sure to change current director...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4fe0b6db826
branches: trunk
changeset: 488253:c4fe0b6db826
user: martti <martti%pkgsrc.org@localhost>
date: Wed Jan 26 15:38:40 2005 +0000
description:
Make sure to change current directory to ${WRKSRC} before removing files
like "*.orig" by find(1).
diffstat:
mail/squirrelmail/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 642e9df11d7a -r c4fe0b6db826 mail/squirrelmail/Makefile
--- a/mail/squirrelmail/Makefile Wed Jan 26 15:29:50 2005 +0000
+++ b/mail/squirrelmail/Makefile Wed Jan 26 15:38:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2005/01/23 07:02:03 martti Exp $
+# $NetBSD: Makefile,v 1.50 2005/01/26 15:38:40 martti Exp $
DISTNAME= squirrelmail-1.4.4
#PKGREVISION= 1
@@ -52,6 +52,7 @@
$${file} > $${file}.fixed; \
${MV} -f $${file}.fixed $${file}; \
done; \
+ cd ${WRKSRC}; \
${FIND} . \( -name "*.orig" -o -name ".cvsignore" \) -print \
| ${XARGS} ${RM} -f
Home |
Main Index |
Thread Index |
Old Index