diff options
Diffstat (limited to '')
-rw-r--r-- | lang/php52/Makefile | 4 | ||||
-rw-r--r-- | lang/php52/Makefile.ext | 2 |
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} |