diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-05-18 09:33:39 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-05-18 09:33:39 +0000 |
commit | 4e6929cdd41784c6f7be58d75e0758cb5cca2754 (patch) | |
tree | 676e1137a9387bc63bd7fc21d4617d4277f65eb4 /lang | |
parent | 676760eb2acb177e6cddc5edb6c8b5eee5c7c690 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php53/Makefile | 4 |
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 " |