- Expand the glob to check for Perl so that it actuallt

captures lang/perl5.10.

Reported by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> via tinderbox ML
Approved by:	maintainer implicit
This commit is contained in:
Martin Wilke 2009-12-27 14:03:32 +00:00
parent 9f273c43da
commit 89ddba49cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246762
2 changed files with 12 additions and 1 deletions

View File

@ -6,7 +6,7 @@
PORTNAME= tinderbox
PORTVERSION= 3.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= http://tinderbox.marcuscom.com/ \
http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/

View File

@ -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)"