summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2006-03-10 21:16:30 +0000
committerrillig <rillig>2006-03-10 21:16:30 +0000
commitc4a9e803357ed8768f0c2877beda24f2fd70e1c0 (patch)
tree8731afe6c3b23e036a39bb1b8c13b67a2a358104 /net
parent39ae43b05b031cb6c2a86f8b4f6f3974d278b4b3 (diff)
downloadpkgsrc-c4a9e803357ed8768f0c2877beda24f2fd70e1c0.tar.gz
This warning is not yet in pkglint:
WARN: Makefile:123: "cd" as the last shell command is useless.
Diffstat (limited to 'net')
-rw-r--r--net/netdisco/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile
index c211746493b..eb297f7125a 100644
--- a/net/netdisco/Makefile
+++ b/net/netdisco/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/09 20:25:28 bouyer Exp $
+# $NetBSD: Makefile,v 1.11 2006/03/10 21:16:30 rillig Exp $
#
DISTNAME= netdisco-0.94_with_mibs
@@ -120,7 +120,7 @@ do-build:
${RM} -f ${WRKSRC}/doc/$$i ;\
${MV} ${WRKSRC}/$$i ${WRKSRC}/doc/ ;\
done
- cd ${WRKSRC};
+ cd ${WRKSRC} && \
${FIND} . \( -name '*.orig' -o -name '*.bak' \) -exec ${RM} -f {} \;
do-install: