summaryrefslogtreecommitdiff
path: root/java/javahelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/javahelp/Makefile')
-rw-r--r--java/javahelp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/javahelp/Makefile b/java/javahelp/Makefile
index c914502ecc70..554bdee91e83 100644
--- a/java/javahelp/Makefile
+++ b/java/javahelp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= javahelp
PORTVERSION= 2.0.05
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= http://download.java.net/javadesktop/javahelp/ \
http://www.predatorlabs.net/dl/
@@ -47,7 +48,7 @@ do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}]
+ ${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR})
(cd ${WRKSRC}/demos/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif