aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2014-03-02 00:58:52 +0800
committernox <nox@FreeBSD.org>2014-03-02 00:58:52 +0800
commit83e98b3408e52b0dc36d878e6d5a9219e4c71785 (patch)
treedf6b1b4ffe9a4030b8228f0f5feae71ada7c3e5a /devel
parent3b89589b29c641290dc6c35befd052c02c8f593b (diff)
downloadfreebsd-ports-gnome-83e98b3408e52b0dc36d878e6d5a9219e4c71785.tar.gz
freebsd-ports-gnome-83e98b3408e52b0dc36d878e6d5a9219e4c71785.tar.zst
freebsd-ports-gnome-83e98b3408e52b0dc36d878e6d5a9219e4c71785.zip
Fix make package as user.
Diffstat (limited to 'devel')
-rw-r--r--devel/tkinspect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tkinspect/Makefile b/devel/tkinspect/Makefile
index 06ad227e5ca6..703f628863d8 100644
--- a/devel/tkinspect/Makefile
+++ b/devel/tkinspect/Makefile
@@ -32,6 +32,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/stl-lite/* \
${STAGEDIR}${PREFIX}/lib/tkinspect/stl-lite
(cd ${STAGEDIR}${PREFIX}/lib/tkinspect && \
- ${RM} README dot.tkinspect_init install.tcl sls.xbm stl-lite/COPYRIGHT tkinspect.tcl)
+ ${RM} -f README dot.tkinspect_init install.tcl sls.xbm stl-lite/COPYRIGHT tkinspect.tcl)
.include <bsd.port.mk>