mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00: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
@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= phpsysinfo
|
||||
MAINTAINER= so14k@so14k.com
|
||||
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}
|
||||
WEBOWN?= www
|
||||
@ -25,6 +25,9 @@ PLIST= ${WRKDIR}/plist
|
||||
|
||||
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${.CURDIR}/../../lang/php4/bsd.php.mk"
|
||||
|
||||
post-patch:
|
||||
rm -f ${PLIST}
|
||||
cd ${WRKSRC};\
|
||||
@ -40,4 +43,4 @@ do-install:
|
||||
${CHMOD} -R ${BINMODE} ${INSTALLDIR}
|
||||
${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
|
||||
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}
|
||||
WEBOWN?= www
|
||||
@ -25,6 +25,9 @@ PLIST= ${WRKDIR}/plist
|
||||
|
||||
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${.CURDIR}/../../lang/php4/bsd.php.mk"
|
||||
|
||||
post-patch:
|
||||
rm -f ${PLIST}
|
||||
cd ${WRKSRC};\
|
||||
@ -40,4 +43,4 @@ do-install:
|
||||
${CHMOD} -R ${BINMODE} ${INSTALLDIR}
|
||||
${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
|
||||
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}
|
||||
WEBOWN?= www
|
||||
@ -25,6 +25,9 @@ PLIST= ${WRKDIR}/plist
|
||||
|
||||
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${.CURDIR}/../../lang/php4/bsd.php.mk"
|
||||
|
||||
post-patch:
|
||||
rm -f ${PLIST}
|
||||
cd ${WRKSRC};\
|
||||
@ -40,4 +43,4 @@ do-install:
|
||||
${CHMOD} -R ${BINMODE} ${INSTALLDIR}
|
||||
${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user