summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-09-18 16:01:00 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-09-18 16:01:00 +0000
commitc2317d670d6ef215ec4e84ac2e8a4f6f9205e9d5 (patch)
tree33dd1185594756e114cc4a3752642672e2568e43 /ports-mgmt
parent- Add .bak to the list of files to be deleted in post-patch (the CHECK_FOR_ROOT (diff)
- Add .bak to the list of files to be deleted in post-patch (the CHECK_FOR_ROOT
option being off would result in tc.bak being installed. Approved by: itetcu (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=241662
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/tinderbox-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile
index a68a6154ac99..0faa7b35ee08 100644
--- a/ports-mgmt/tinderbox-devel/Makefile
+++ b/ports-mgmt/tinderbox-devel/Makefile
@@ -100,7 +100,7 @@ post-patch:
${REINPLACE_CMD} -e 's/^if \[ `id -u` != 0 \]; then/if false; then/' \
${WRKSRC}/tc
.endif
- @cd ${WRKSRC} && ${FIND} . -name '*.orig' -exec ${RM} {} \;
+ @cd ${WRKSRC} && ${FIND} -E . -regex '.*(orig|bak)' -exec ${RM} {} \;
do-install:
@${MKDIR} ${PREFIX}/tinderbox/scripts