From ef81f77cb10342f6c210b6cfc00153b062de3b61 Mon Sep 17 00:00:00 2001 From: hq Date: Sun, 10 Jul 2011 22:18:27 +0000 Subject: Fix packing list Reported by: pointyhat via pav --- textproc/saxon-he/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textproc/saxon-he') diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile index ddd1fb18de0..cc573ffeed0 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 -- cgit