summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorschwarz <schwarz>2006-01-22 21:39:33 +0000
committerschwarz <schwarz>2006-01-22 21:39:33 +0000
commit8efd325f35f6d39eec8de2ddc6a32d850f527327 (patch)
treeff322fba9757254ffbab4b9bf60883fefdb8bbcd /chat
parent7a8e745e017a99d019b5c5bce38d8a0a8c92221b (diff)
downloadpkgsrc-8efd325f35f6d39eec8de2ddc6a32d850f527327.tar.gz
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 (limited to 'chat')
-rw-r--r--chat/icb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/icb/Makefile b/chat/icb/Makefile
index 6ce33807cfa..1370b37779c 100644
--- a/chat/icb/Makefile
+++ b/chat/icb/Makefile
@@ -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 @@ BUILDLINK_TRANSFORM+= rm:-ltermcap
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