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>
This commit is contained in:
parent
676760eb2a
commit
4e6929cdd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296897
1 changed files with 2 additions and 2 deletions
|
@ -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 "
|
||||
|
|
Loading…
Reference in a new issue