diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-09-18 16:00:40 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-09-18 16:00:40 +0000 |
commit | 7657b341191e4a542a516e8cafcadf2ffaf1e05f (patch) | |
tree | c39e3f79af6fadd30c66336502bc2ad659189c7a /ports-mgmt/tinderbox | |
parent | 8f5f3b53509564392ef66b45109d6331774f57e5 (diff) | |
download | ports-7657b341191e4a542a516e8cafcadf2ffaf1e05f.tar.gz ports-7657b341191e4a542a516e8cafcadf2ffaf1e05f.zip |
Notes
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 687ae3093724..d09c0d4b09a7 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -98,10 +98,8 @@ post-patch: .ifdef WITHOUT_CHECK_FOR_ROOT ${REINPLACE_CMD} -e 's/^if \[ `id -u` != 0 \]; then/if false; then/' \ ${WRKSRC}/tc - @cd ${WRKSRC} && ${FIND} . -name '*.orig' -exec ${RM} {} \; .endif - ${RM} ${WRKSRC}/lib/tc_command.sh.orig - ${RM} ${WRKSRC}/lib/tinderbox.env.orig + @cd ${WRKSRC} && ${FIND} -E . -regex '.*(orig|bak)' -exec ${RM} {} \; do-install: @${MKDIR} ${PREFIX}/tinderbox/scripts |