1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

. 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]
This commit is contained in:
Greg Lewis 2004-07-07 20:38:10 +00:00
parent a03dd5e89f
commit b387cb1a4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113166

View File

@ -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