From d4aca818fbd86b2d6c9daf60b8e7add90e05fa52 Mon Sep 17 00:00:00 2001 From: daichi Date: Fri, 27 Jun 2003 05:13:11 +0000 Subject: bug fix: www/phpSysInfo Fix PHP dependency PR: 53801 Submitted by: Alex Dupre Pointed out by: Tilman Linneweh --- www/phpSysInfo/Makefile | 7 +++++-- www/phpsysinfo-dev/Makefile | 7 +++++-- www/phpsysinfo/Makefile | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/phpSysInfo/Makefile b/www/phpSysInfo/Makefile index 64233463371..c7056550765 100644 --- a/www/phpSysInfo/Makefile +++ b/www/phpSysInfo/Makefile @@ -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 +.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 +.include diff --git a/www/phpsysinfo-dev/Makefile b/www/phpsysinfo-dev/Makefile index 64233463371..c7056550765 100644 --- a/www/phpsysinfo-dev/Makefile +++ b/www/phpsysinfo-dev/Makefile @@ -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 +.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 +.include diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index 64233463371..c7056550765 100644 --- a/www/phpsysinfo/Makefile +++ b/www/phpsysinfo/Makefile @@ -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 +.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 +.include -- cgit