diff options
Diffstat (limited to 'www/phpsysinfo')
-rw-r--r-- | www/phpsysinfo/Makefile | 7 | ||||
-rw-r--r-- | www/phpsysinfo/files/pkg-message.in | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index e50288ffd73..29a4084e157 100644 --- a/www/phpsysinfo/Makefile +++ b/www/phpsysinfo/Makefile @@ -7,18 +7,19 @@ PORTNAME= phpsysinfo PORTVERSION= 3.0.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= walt@relnor.com COMMENT= A PHP script for displaying system information -LATEST_LINK= phpsysinfo-dev +LICENSE= GPLv2 -USE_PHP= pcre xml simplexml mbstring +USE_PHP= dom pcre xml simplexml mbstring WANT_PHP_WEB= yes -LICENSE= GPLv2 +LATEST_LINK= phpsysinfo-dev NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/www/phpsysinfo/files/pkg-message.in b/www/phpsysinfo/files/pkg-message.in index 54a16d8854b..d9f1ca230a2 100644 --- a/www/phpsysinfo/files/pkg-message.in +++ b/www/phpsysinfo/files/pkg-message.in @@ -2,7 +2,7 @@ You will also need to configure Apache. Consider adding the following to your httpd.conf: - Alias /phpSysInfo "%%WWWDIR%%" + Alias /phpSysInfo "%%WWWDIR%%/" <Directory "%%WWWDIR%%"> AllowOverride all |