Fix packaging.
Reported by: pointyhat via kris
This commit is contained in:
parent
3dea6c3a8e
commit
e024238f36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188337
2 changed files with 4 additions and 5 deletions
|
@ -26,11 +26,6 @@ JAVA_OS= native
|
|||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR}
|
||||
|
||||
PLIST_FILES= share/jar/JNav.jar \
|
||||
share/jar/accessibility.properties \
|
||||
share/java/classes/gnome-java-bridge.jar
|
||||
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$${prefix}/share/jar|${JAVAJARDIR}|' \
|
||||
${WRKSRC}/Makefile.in \
|
||||
|
|
4
accessibility/java-access-bridge/pkg-plist
Normal file
4
accessibility/java-access-bridge/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
share/jar/JNav.jar
|
||||
share/jar/accessibility.properties
|
||||
share/java/classes/gnome-java-bridge.jar
|
||||
@dirrmtry share/jar
|
Loading…
Reference in a new issue