aboutsummaryrefslogtreecommitdiff
path: root/lang/php52
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-25 05:02:23 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-25 05:02:23 +0000
commit99738ef76cce08f605d8e915a328c2484ba02c20 (patch)
treef4957237c759da0b53a8c215682d539a025bbd1a /lang/php52
parentdfeca6cbc2ee155809ea1890f1321f4c14ae1a10 (diff)
downloadports-99738ef76cce08f605d8e915a328c2484ba02c20.tar.gz
ports-99738ef76cce08f605d8e915a328c2484ba02c20.zip
Notes
Diffstat (limited to 'lang/php52')
-rw-r--r--lang/php52/Makefile4
-rw-r--r--lang/php52/Makefile.ext2
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php52/Makefile b/lang/php52/Makefile
index 5520d9eff8dd..4267c591e018 100644
--- a/lang/php52/Makefile
+++ b/lang/php52/Makefile
@@ -109,8 +109,8 @@ CONFIGURE_ARGS+=--with-apxs2=${APXS}
CONFIGURE_ARGS+=--with-apxs=${APXS}
.endif
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
-MODULENAME= lib${PORTNAME}
-SHORTMODNAME= ${PORTNAME}
+MODULENAME= libphp5
+SHORTMODNAME= php5
PLIST_SUB+= APACHE=""
.else
PLIST_SUB+= APACHE="@comment "
diff --git a/lang/php52/Makefile.ext b/lang/php52/Makefile.ext
index 996e3bd2abe3..effc4b075cc7 100644
--- a/lang/php52/Makefile.ext
+++ b/lang/php52/Makefile.ext
@@ -4,7 +4,7 @@ USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PKGNAMESUFFIX:S/-//}
DEFAULT_PHP_VER=52
-BROKEN_WITH_PHP=4
+BROKEN_WITH_PHP=4 5
EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME}
WRKSRC= ${WRKDIR}/${EXTSUBDIR}