- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user