diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-05-16 18:26:20 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-05-16 18:26:20 +0800 |
commit | 8c4f3fc8a61f788eb17e08efac6b5851739dd9ce (patch) | |
tree | 2dfe4771c22b74defaac261b4a9454efca21b322 /www/phpsysinfo | |
parent | b216a511df20482ec1e9fca93e9f3416abc34a2d (diff) | |
download | freebsd-ports-gnome-8c4f3fc8a61f788eb17e08efac6b5851739dd9ce.tar.gz freebsd-ports-gnome-8c4f3fc8a61f788eb17e08efac6b5851739dd9ce.tar.zst freebsd-ports-gnome-8c4f3fc8a61f788eb17e08efac6b5851739dd9ce.zip |
${PREFIX}/www/data -> ${PREFIX}/www
PR: ports/97273
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
Reviewed by: lawrance (mentor)
Diffstat (limited to 'www/phpsysinfo')
-rw-r--r-- | www/phpsysinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index f0c750940582..ca24185a6c61 100644 --- a/www/phpsysinfo/Makefile +++ b/www/phpsysinfo/Makefile @@ -20,7 +20,7 @@ WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME:L} WWWOWN?= www WWWGRP?= www -WWWDIR?= www/data/${PORTNAME} +WWWDIR?= www/${PORTNAME} DATADIR= ${PREFIX}/${WWWDIR} NO_BUILD= yes PLIST= ${WRKDIR}/plist |