- use DOCSDIR

- fix plist for -DNOPORTDOCS
- bump PORTREVISION

Approved by:	maintainer timeout on QAT BotMail
Prompted by:	QAT QA run
This commit is contained in:
Ion-Mihai Tetcu
2008-11-22 09:11:13 +00:00
parent 12078f9fce
commit 2085123663
2 changed files with 7 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
PORTNAME= java2html
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= textproc www
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/www/converters
@@ -20,9 +21,9 @@ MAN1= java2html.1
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/doc/java2html
${MKDIR} ${DOCSDIR}
.for file in AUTHORS NEWS README
${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/java2html
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif