Add ctype to the list of needed PHP modules.[1]
Don't bogusly install version.php.in.[2] Reported by: Michael Fuckner <michael at fuckner dot net>[1] pointyhat (via pav, erwin)
This commit is contained in:
parent
3e5ff38dd8
commit
ba494a0ef6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204942
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= webfrontend
|
||||
PORTVERSION= 3.0.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils net parallel www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ganglia
|
||||
@ -30,7 +30,7 @@ PLIST_SUB+= WEBFRONTDIR="${WEBFRONTDIR}"
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
USE_PHP= gd pcre xml
|
||||
USE_PHP= gd pcre xml ctype
|
||||
WANT_PHP_MOD= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/web
|
||||
|
||||
@ -47,7 +47,8 @@ EXCEPTFILES= AUTHORS \
|
||||
COPYING \
|
||||
Makefile.am \
|
||||
addons \
|
||||
webfrontend.spec
|
||||
webfrontend.spec \
|
||||
version.php.in
|
||||
CPIOARGS= --quiet -pdum -R
|
||||
TMP_WEBFRONTDIR= ${WRKDIR}/webfrontend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user