diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-27 14:03:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-27 14:03:32 +0000 |
commit | 89ddba49cb1b59b06ec65a04effaba3e70fe224b (patch) | |
tree | 2b9ba63725b2ac8cf08bd51b9751add7c5b98959 /ports-mgmt/tinderbox/files | |
parent | 9f273c43da382370e16ab848e5c68df7e07f2f6a (diff) | |
download | ports-89ddba49cb1b59b06ec65a04effaba3e70fe224b.tar.gz ports-89ddba49cb1b59b06ec65a04effaba3e70fe224b.zip |
Notes
Diffstat (limited to 'ports-mgmt/tinderbox/files')
-rw-r--r-- | ports-mgmt/tinderbox/files/patch-lib-tc_command.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox/files/patch-lib-tc_command.sh b/ports-mgmt/tinderbox/files/patch-lib-tc_command.sh new file mode 100644 index 000000000000..4fd43ee7d4fd --- /dev/null +++ b/ports-mgmt/tinderbox/files/patch-lib-tc_command.sh @@ -0,0 +1,11 @@ +--- lib/tc_command.sh.orgi 2009-12-27 14:53:40.000000000 +0100 ++++ lib/tc_command.sh 2009-12-27 14:53:52.000000000 +0100 +@@ -223,7 +223,7 @@ + #--------------------------------------------------------------------------- + + Setup () { +- MAN_PREREQS="lang/perl5.[81]" ++ MAN_PREREQS="lang/perl5.[81]*" + OPT_PREREQS="lang/php[45] databases/pear-MDB2 www/php[45]-session" + PREF_FILES="tinderbox.ph" + README="$(tinderLoc scripts README)" |