diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-22 09:02:04 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-22 09:02:04 +0000 |
commit | 12078f9fce829f477abd18cc579236ac69a30c78 (patch) | |
tree | 830a3182c4f6dc5dae2546006ddb6634ed8ae85b /www/phproxy | |
parent | 99c10a069f5e05e06443872e1c40fabe9ff1684c (diff) |
- fix plist with -DNOPORTDOCS
- bump PORTREVISIOn
Approved by: maintainer timeout on QAT BotMail
Prompted by: QAT QA run
Notes
Notes:
svn path=/head/; revision=223183
Diffstat (limited to 'www/phproxy')
-rw-r--r-- | www/phproxy/Makefile | 2 | ||||
-rw-r--r-- | www/phproxy/pkg-plist | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/phproxy/Makefile b/www/phproxy/Makefile index b06ddf52ae44..d55b39fb0efc 100644 --- a/www/phproxy/Makefile +++ b/www/phproxy/Makefile @@ -7,7 +7,7 @@ PORTNAME= phproxy PORTVERSION= 0.5b2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF MASTER_SITE_SUBDIR= poxy diff --git a/www/phproxy/pkg-plist b/www/phproxy/pkg-plist index e8c1d8225423..d8c0fd30fb99 100644 --- a/www/phproxy/pkg-plist +++ b/www/phproxy/pkg-plist @@ -1,9 +1,9 @@ -%%DOCSDIR%%/ChangeLog.txt -%%DOCSDIR%%/LICENSE.txt -%%DOCSDIR%%/README.txt -%%DOCSDIR%%/TODO.txt +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt +%%PORTDOCS%%%%DOCSDIR%%/README.txt +%%PORTDOCS%%%%DOCSDIR%%/TODO.txt %%WWWDIR%%/index.inc.php %%WWWDIR%%/index.php %%WWWDIR%%/style.css @dirrm %%WWWDIR%% -@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% |