diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-13 04:44:25 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-13 04:44:25 +0800 |
commit | af30f172f0f1895faa532d34cd2fe1c84927765c (patch) | |
tree | b10e22421ef0f9f28042f6feda19da8143e3b13f /ports-mgmt/tinderbox-devel | |
parent | 87d69cc914b842f42cfec4dcf60506287afa448c (diff) | |
download | freebsd-ports-gnome-af30f172f0f1895faa532d34cd2fe1c84927765c.tar.gz freebsd-ports-gnome-af30f172f0f1895faa532d34cd2fe1c84927765c.tar.zst freebsd-ports-gnome-af30f172f0f1895faa532d34cd2fe1c84927765c.zip |
Don't install .orig file resulting from patching.
Prompted by: QAT
Diffstat (limited to 'ports-mgmt/tinderbox-devel')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index bf59e7057508..fcd23d9f9d46 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -100,6 +100,7 @@ post-patch: @${RM} ${WRKSRC}/webui/core/TinderboxDS.php.orig @${RM} ${WRKSRC}/webui/module/moduleBuildPorts.php.orig .endif + @${RM} ${WRKSRC}/lib/tc_command.sh.orig do-install: @${MKDIR} ${PREFIX}/tinderbox/scripts |