summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-07-07 20:38:10 +0000
committerglewis <glewis@FreeBSD.org>2004-07-07 20:38:10 +0000
commit915570fb9371fc4ca203f6f51cf4fd6585796f7f (patch)
tree22370a860851826f74468ab4d93873694b485da3 /textproc
parent11837223ee15e49d34d53584cad3e4f0b9fb2b31 (diff)
downloadFreeBSD-ports-915570fb9371fc4ca203f6f51cf4fd6585796f7f.zip
FreeBSD-ports-915570fb9371fc4ca203f6f51cf4fd6585796f7f.tar.gz
. Register CONFLICTS with the saxon-devel port. [1]
. Use %%JAVAJARDIR%% in PLIST_FILES now that bsd.java.mk sets it. PR: 68637 [1] Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [1]
Diffstat (limited to 'textproc')
-rw-r--r--textproc/saxon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile
index 357129c..054ebb9 100644
--- a/textproc/saxon/Makefile
+++ b/textproc/saxon/Makefile
@@ -24,8 +24,10 @@ JAVA_VERSION= 1.1+
NO_WRKSUBDIR= yes
NO_BUILD= yes
+CONFLICTS= saxon-devel-8.*
+
JARFILES= saxon-jdom.jar saxon.jar
-PLIST_FILES+= ${JARFILES:S,^,${JAVAJARDIR:S,^${PREFIX}/,,}/,} bin/saxon
+PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,} bin/saxon
.if !defined(NOPORTDOCS)
PORTDOCS= api api-guide.html changes.html changes5.html conditions.html conformance.html dtdgen.html expressions.html extensibility.html extensions.html history.html index.html instant.html patterns.html samples.html saxon-style.css using-xsl.html xsl-elements.html
.endif
OpenPOWER on IntegriCloud