aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2011-07-11 06:18:27 +0800
committerhq <hq@FreeBSD.org>2011-07-11 06:18:27 +0800
commitef81f77cb10342f6c210b6cfc00153b062de3b61 (patch)
tree9403ae7c90c311dbb75b98a453fc8cf57b41c918 /textproc
parent381650f099c305d0c0d9aae1c739cd2cfb668a2f (diff)
downloadfreebsd-ports-gnome-ef81f77cb10342f6c210b6cfc00153b062de3b61.tar.gz
freebsd-ports-gnome-ef81f77cb10342f6c210b6cfc00153b062de3b61.tar.zst
freebsd-ports-gnome-ef81f77cb10342f6c210b6cfc00153b062de3b61.zip
Fix packing list
Reported by: pointyhat via pav
Diffstat (limited to 'textproc')
-rw-r--r--textproc/saxon-he/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile
index ddd1fb18de05..cc573ffeed00 100644
--- a/textproc/saxon-he/Makefile
+++ b/textproc/saxon-he/Makefile
@@ -7,6 +7,7 @@
PORTNAME= saxon-he
PORTVERSION= 9.3.0.5
+PORTREVISION= 1
CATEGORIES= textproc java
MASTER_SITES= SF/saxon/Saxon-HE/9.3
DISTNAME= saxonhe${PORTVERSION:S,.,-,g}j.zip \
@@ -28,6 +29,7 @@ NO_BUILD= yes
JARFILES= saxon9he.jar
PLIST_FILES+= ${JARFILES:S,^,%%DATADIR%%/,} bin/saxon-he bin/saxon-he-xquery
+PLIST_DIRS+= %%DATADIR%%
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif