mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Create a symlink so we have always a fixed name for the lib.
This is required for other ports like apache-solr to easily include this as a plugin. Thanks to Stephane Marzloff <secrer@le-bar.org> for suggestion and testing it.
This commit is contained in:
parent
54b3734dce
commit
370a14b53d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566597
2 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= jts
|
||||
DISTVERSION= 1.17.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= jts-
|
||||
CATEGORIES= math databases java
|
||||
|
||||
|
@ -75,6 +76,7 @@ do-install:
|
|||
@${INSTALL_DATA} ${WRKSRC}/modules/${jar}-${VER}.jar \
|
||||
${STAGEDIR}${JAVALIBDIR}/
|
||||
.endfor
|
||||
${RLN} ${STAGEDIR}${JAVALIBDIR}/jts-core-${VER}.jar ${STAGEDIR}${JAVALIBDIR}/jts-core.jar
|
||||
|
||||
do-install-DOCS-on:
|
||||
.for jar in ${JARDOCFILES}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%JAVAJARDIR%%/jts-core.jar
|
||||
%%JAVAJARDIR%%/jts-app-%%VERSION%%.jar
|
||||
%%JAVAJARDIR%%/jts-core-%%VERSION%%.jar
|
||||
%%JAVAJARDIR%%/jts-io-common-%%VERSION%%.jar
|
||||
|
|
Loading…
Add table
Reference in a new issue