diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-23 23:18:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-23 23:18:38 +0000 |
commit | 5830881278dd428e2e80f55665d020a88ae97985 (patch) | |
tree | fb51624e1da7f20508725e56aeab4d5b31441dd9 /www/phpsysinfo-dev/Makefile | |
parent | a721c36f97ad60a66ed3d11ef86dc22578e712af (diff) | |
download | ports-5830881278dd428e2e80f55665d020a88ae97985.tar.gz ports-5830881278dd428e2e80f55665d020a88ae97985.zip |
Notes
Diffstat (limited to 'www/phpsysinfo-dev/Makefile')
-rw-r--r-- | www/phpsysinfo-dev/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/phpsysinfo-dev/Makefile b/www/phpsysinfo-dev/Makefile index 83348caf9ef5..ad6844c268ba 100644 --- a/www/phpsysinfo-dev/Makefile +++ b/www/phpsysinfo-dev/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= phpSysInfo -PORTVERSION= 2.3 +PORTVERSION= 2.5.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -17,9 +17,9 @@ COMMENT= A php script that displays info about the host being accessed USE_PHP= pcre xml WANT_PHP_WEB= yes -WRKSRC= ${WRKDIR}/${PORTNAME:L}-dev -WEBOWN?= www -WEBGRP?= www +WRKSRC= ${WRKDIR}/${PORTNAME:L} +WWWOWN?= www +WWWGRP?= www APACHEDIR= ${PREFIX}/www/data INSTALLDIR= ${APACHEDIR}/phpSysInfo NO_BUILD= yes @@ -38,7 +38,7 @@ post-patch: do-install: ${MKDIR} ${INSTALLDIR} cd ${WRKSRC}; ${FIND} . \ - | ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} + | ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${INSTALLDIR} ${CHMOD} -R ${BINMODE} ${INSTALLDIR} ${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} |