mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
bug fix: www/phpSysInfo
Fix PHP dependency PR: 53801 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Pointed out by: Tilman Linneweh <tilman@arved.de>
This commit is contained in:
parent
2ce037dd05
commit
6e33731f11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83722
3 changed files with 15 additions and 6 deletions
|
@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= phpsysinfo
|
||||||
MAINTAINER= so14k@so14k.com
|
MAINTAINER= so14k@so14k.com
|
||||||
COMMENT= A php script that displays info about the host being accessed
|
COMMENT= A php script that displays info about the host being accessed
|
||||||
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
WANT_PHP_WEB= yes
|
||||||
|
|
||||||
PREFIX= ${LOCALBASE}
|
PREFIX= ${LOCALBASE}
|
||||||
WEBOWN?= www
|
WEBOWN?= www
|
||||||
|
@ -25,6 +25,9 @@ PLIST= ${WRKDIR}/plist
|
||||||
|
|
||||||
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
|
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
.include "${.CURDIR}/../../lang/php4/bsd.php.mk"
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
rm -f ${PLIST}
|
rm -f ${PLIST}
|
||||||
cd ${WRKSRC};\
|
cd ${WRKSRC};\
|
||||||
|
@ -40,4 +43,4 @@ do-install:
|
||||||
${CHMOD} -R ${BINMODE} ${INSTALLDIR}
|
${CHMOD} -R ${BINMODE} ${INSTALLDIR}
|
||||||
${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
|
${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= phpsysinfo
|
||||||
MAINTAINER= so14k@so14k.com
|
MAINTAINER= so14k@so14k.com
|
||||||
COMMENT= A php script that displays info about the host being accessed
|
COMMENT= A php script that displays info about the host being accessed
|
||||||
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
WANT_PHP_WEB= yes
|
||||||
|
|
||||||
PREFIX= ${LOCALBASE}
|
PREFIX= ${LOCALBASE}
|
||||||
WEBOWN?= www
|
WEBOWN?= www
|
||||||
|
@ -25,6 +25,9 @@ PLIST= ${WRKDIR}/plist
|
||||||
|
|
||||||
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
|
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
.include "${.CURDIR}/../../lang/php4/bsd.php.mk"
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
rm -f ${PLIST}
|
rm -f ${PLIST}
|
||||||
cd ${WRKSRC};\
|
cd ${WRKSRC};\
|
||||||
|
@ -40,4 +43,4 @@ do-install:
|
||||||
${CHMOD} -R ${BINMODE} ${INSTALLDIR}
|
${CHMOD} -R ${BINMODE} ${INSTALLDIR}
|
||||||
${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
|
${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= phpsysinfo
|
||||||
MAINTAINER= so14k@so14k.com
|
MAINTAINER= so14k@so14k.com
|
||||||
COMMENT= A php script that displays info about the host being accessed
|
COMMENT= A php script that displays info about the host being accessed
|
||||||
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
WANT_PHP_WEB= yes
|
||||||
|
|
||||||
PREFIX= ${LOCALBASE}
|
PREFIX= ${LOCALBASE}
|
||||||
WEBOWN?= www
|
WEBOWN?= www
|
||||||
|
@ -25,6 +25,9 @@ PLIST= ${WRKDIR}/plist
|
||||||
|
|
||||||
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
|
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
.include "${.CURDIR}/../../lang/php4/bsd.php.mk"
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
rm -f ${PLIST}
|
rm -f ${PLIST}
|
||||||
cd ${WRKSRC};\
|
cd ${WRKSRC};\
|
||||||
|
@ -40,4 +43,4 @@ do-install:
|
||||||
${CHMOD} -R ${BINMODE} ${INSTALLDIR}
|
${CHMOD} -R ${BINMODE} ${INSTALLDIR}
|
||||||
${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
|
${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue