aboutsummaryrefslogtreecommitdiff
path: root/textproc/java2html
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-11-22 09:11:13 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-11-22 09:11:13 +0000
commit20851236638f681ce9872e172ebd9599aac31bf1 (patch)
treecd8141897d6cd845c57e817c6807bd84384f7cea /textproc/java2html
parent12078f9fce829f477abd18cc579236ac69a30c78 (diff)
downloadports-20851236638f681ce9872e172ebd9599aac31bf1.tar.gz
ports-20851236638f681ce9872e172ebd9599aac31bf1.zip
- use DOCSDIR
- fix plist for -DNOPORTDOCS - bump PORTREVISION Approved by: maintainer timeout on QAT BotMail Prompted by: QAT QA run
Notes
Notes: svn path=/head/; revision=223184
Diffstat (limited to 'textproc/java2html')
-rw-r--r--textproc/java2html/Makefile5
-rw-r--r--textproc/java2html/pkg-plist8
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/java2html/Makefile b/textproc/java2html/Makefile
index beb4a9d2f099..2212714466e9 100644
--- a/textproc/java2html/Makefile
+++ b/textproc/java2html/Makefile
@@ -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
diff --git a/textproc/java2html/pkg-plist b/textproc/java2html/pkg-plist
index 30f21deebef6..fcdb08a187db 100644
--- a/textproc/java2html/pkg-plist
+++ b/textproc/java2html/pkg-plist
@@ -1,5 +1,5 @@
bin/java2html
-share/doc/java2html/AUTHORS
-share/doc/java2html/NEWS
-share/doc/java2html/README
-@dirrm share/doc/java2html
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%