diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-27 05:13:11 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-27 05:13:11 +0000 |
commit | 6e33731f11880153551381c5429b367d92dabe08 (patch) | |
tree | 16353be17d8c64d953bdb94cac75cb98a19daffd /www/phpsysinfo | |
parent | 2ce037dd057819f4f57d948ef84fb53f476a3c3e (diff) | |
download | ports-6e33731f11880153551381c5429b367d92dabe08.tar.gz ports-6e33731f11880153551381c5429b367d92dabe08.zip |
Notes
Diffstat (limited to 'www/phpsysinfo')
-rw-r--r-- | www/phpsysinfo/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index 642334633711..c7056550765d 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 <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> |