diff options
Diffstat (limited to 'www/phproxy/Makefile')
-rw-r--r-- | www/phproxy/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/phproxy/Makefile b/www/phproxy/Makefile index ae9afb3b29c8..5798e6e08c0f 100644 --- a/www/phproxy/Makefile +++ b/www/phproxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phproxy -PORTVERSION= 0.4 +PORTVERSION= 0.5b2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= poxy @@ -23,15 +23,14 @@ PLIST_SUB+= PHPROXY=${PHPROXY} PHPROXY= www/${PORTNAME} EXTRACT_AFTER_ARGS+= -d ${WRKSRC} -DOCFILES= ChangeLog.txt FAQ.txt LICENSE.txt README.txt TODO.txt -ROOTFILES= PHProxy.class.php index.php javascript.js style.css url_form.inc +DOCFILES= ChangeLog.txt LICENSE.txt README.txt TODO.txt +ROOTFILES= index.inc.php index.php style.css do-install: -${MKDIR} ${PREFIX}/${PHPROXY} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${PHPROXY} @(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${PREFIX}/${PHPROXY}/) @${CHMOD} 755 ${PREFIX}/${PHPROXY} -# @${CHMOD} 644 ${PREFIX}/${PHPROXY}/* .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |