pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/icb added -f option to rm command to ensure it wo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6abd435bfb84
branches: trunk
changeset: 506843:6abd435bfb84
user: schwarz <schwarz%pkgsrc.org@localhost>
date: Sun Jan 22 21:39:33 2006 +0000
description:
added -f option to rm command to ensure it works even if the archive gets
unpacked without user write permissions for the file to be removed.
diffstat:
chat/icb/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 65b4db2e2424 -r 6abd435bfb84 chat/icb/Makefile
--- a/chat/icb/Makefile Sun Jan 22 21:36:31 2006 +0000
+++ b/chat/icb/Makefile Sun Jan 22 21:39:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/12/14 13:53:24 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/01/22 21:39:33 schwarz Exp $
#
# Note: The file ftp://ftp.icb.net/pub/icb/icb-0.9grok2.tar.gz is way
@@ -26,7 +26,7 @@
INSTALLATION_DIRS= bin libdata libdata/icb
post-extract:
- ${RM} ${WRKSRC}/tcl/string.h
+ ${RM} -f ${WRKSRC}/tcl/string.h
do-configure:
${SED} -e "s|@PREFIX@|${PREFIX}|g" ${FILESDIR}/config >${WRKSRC}/config
Home |
Main Index |
Thread Index |
Old Index