aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php53
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2012-05-18 17:33:39 +0800
committerflo <flo@FreeBSD.org>2012-05-18 17:33:39 +0800
commit98029920e8233fb4580f559d7cde70433134af57 (patch)
tree840866cd07bfb12ead5574507747b8327fafafcb /lang/php53
parentfc8000708c1aeee0f42ee6a2f83cd9f440141216 (diff)
downloadfreebsd-ports-gnome-98029920e8233fb4580f559d7cde70433134af57.tar.gz
freebsd-ports-gnome-98029920e8233fb4580f559d7cde70433134af57.tar.zst
freebsd-ports-gnome-98029920e8233fb4580f559d7cde70433134af57.zip
Fix the name of the apache module, it should be libphp5.so. This also fixes
packaging if WITH_APACHE is defined PR: ports/168099 Reported by: brd, Spil <spil.oss@gmail.com>
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index 47ee90946583..90cea312db07 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -114,8 +114,8 @@ CONFIGURE_ARGS+=--with-apxs2filter=${APXS}
CONFIGURE_ARGS+=--with-apxs2=${APXS}
.endif
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
-MODULENAME= lib${PORTNAME}
-SHORTMODNAME= ${PORTNAME}
+MODULENAME= libphp5
+SHORTMODNAME= php5
PLIST_SUB+= APACHE=""
.else
PLIST_SUB+= APACHE="@comment "