aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/zorba
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-05-16 05:20:27 +0800
committerpav <pav@FreeBSD.org>2012-05-16 05:20:27 +0800
commit3bccbca2c8f5e13c08b0e6426fb2cc5ac58e4b37 (patch)
treece01175996529692ed400af31d7a6280f34ab6dc /textproc/zorba
parent02c0506ba86e44ab535c6c814f599118f3ac7300 (diff)
downloadfreebsd-ports-gnome-3bccbca2c8f5e13c08b0e6426fb2cc5ac58e4b37.tar.gz
freebsd-ports-gnome-3bccbca2c8f5e13c08b0e6426fb2cc5ac58e4b37.tar.zst
freebsd-ports-gnome-3bccbca2c8f5e13c08b0e6426fb2cc5ac58e4b37.zip
- Unbreak when PORTREVISION != ""
Reported by: pointyhat
Diffstat (limited to 'textproc/zorba')
-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>