From ba494a0ef6b2d76a61f90c522cc174dee6bce699 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 3 Jan 2008 20:02:41 +0000 Subject: [PATCH] Add ctype to the list of needed PHP modules.[1] Don't bogusly install version.php.in.[2] Reported by: Michael Fuckner [1] pointyhat (via pav, erwin) --- sysutils/ganglia-webfrontend/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/ganglia-webfrontend/Makefile b/sysutils/ganglia-webfrontend/Makefile index f465160de2be..e18ac8e13666 100644 --- a/sysutils/ganglia-webfrontend/Makefile +++ b/sysutils/ganglia-webfrontend/Makefile @@ -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