mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Remove hard-coding of Java variables.
PR: ports/70944 Submitted by: boris at brooknet dot com dot au (maintainer)
This commit is contained in:
parent
f68a79c9c7
commit
d6eabf3f69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117470
@ -21,7 +21,10 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE}
|
||||
MAKE_ARGS= EXAMPLESDIR="${EXAMPLESDIR}" \
|
||||
DESTDIR="${PREFIX}" \
|
||||
INSTALL_DATA="${INSTALL_DATA}" \
|
||||
JAVAJARDIR="${JAVAJARDIR}"
|
||||
JAVAJARDIR="${JAVAJARDIR}" \
|
||||
JAVAC="${JAVAC}" \
|
||||
JAVA="${JAVA}" \
|
||||
JAR="${JAR}"
|
||||
|
||||
WRKSRC= ${WRKDIR}/postgis-${PORTVERSION}/jdbc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user