diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-02-07 18:14:59 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-02-07 18:14:59 +0000 |
commit | 59864a3b068ca02c60fb1147f0cc3a5e3fbfe454 (patch) | |
tree | 5f6d4b8579afc332e4c6841c5b14909576ea152c /www/phpsysinfo | |
parent | 85d8597616717a23285d3872db88e50a73b4f113 (diff) |
Notes
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 e50288ffd73f..29a4084e157b 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 54a16d8854ba..d9f1ca230a28 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 |