diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-25 13:02:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-25 13:02:23 +0800 |
commit | ede6a5b0afcb9f249fd0b446669fc1d74289d577 (patch) | |
tree | 7f57c11ad84a1b4577b1c662d530593ce02df627 | |
parent | 4b1d8ccac4ee11f70896b6a453107a74ac015821 (diff) | |
download | freebsd-ports-gnome-ede6a5b0afcb9f249fd0b446669fc1d74289d577.tar.gz freebsd-ports-gnome-ede6a5b0afcb9f249fd0b446669fc1d74289d577.tar.zst freebsd-ports-gnome-ede6a5b0afcb9f249fd0b446669fc1d74289d577.zip |
- fix name of apache module
Submitted by: Alex Keda
-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} |