summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-05-15 21:20:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-05-15 21:20:27 +0000
commit2fbb327c610ec33e86beb7f9294670c829ae6e20 (patch)
treecf853fc8d5945d14e8f5f0ee0fea97b4b22f79fb /textproc
parent- MAKE_JOBS_UNSAFE (diff)
- Unbreak when PORTREVISION != ""
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=296700
Diffstat (limited to 'textproc')
-rw-r--r--textproc/zorba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile
index be3b4297df9b..e322599a41ef 100644
--- a/textproc/zorba/Makefile
+++ b/textproc/zorba/Makefile
@@ -34,8 +34,8 @@ USE_CMAKE= yes
CMAKE_OUTSOURCE=yes
CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME}
-DOCSDIR= ${PREFIX}/share/doc/${PKGNAME}
-DATADIR= ${PREFIX}/share/${PKGNAME}
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
+DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
.include <bsd.port.options.mk>