mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
- Update to 0.9.45 - Pass maintainership to submitter - Update Makefile to make portlint happy - Disabled unused java-doc - Add pkg-message for usage notes, since current wrapper implementation is broken - Removed couple of MASTERSITES since most do not offer the source anymore PR: 245656 Submitted by: Michael Muenz <m.muenz@gmail.com> (maintainer)
11 lines
525 B
Bash
11 lines
525 B
Bash
--- installer/resources/postinstall.sh.orig 2020-02-24 17:37:40 UTC
|
|
+++ installer/resources/postinstall.sh
|
|
@@ -57,7 +57,7 @@ case $HOST_OS in
|
|
else
|
|
wrapperpath="./lib/wrapper/linux64"
|
|
# the 32bit libwrapper.so will be needed if a 32 bit jvm is used
|
|
- cp ./lib/wrapper/linux/libwrapper.so ./lib/libwrapper-linux-x86-32.so
|
|
+ cp ./lib/wrapper/freebsd/libwrapper.so ./lib/libwrapper-freebsd-x86-32.so
|
|
fi
|
|
cp ${wrapperpath}/libwrapper.so ./lib/
|
|
;;
|