- The port now uses %%PORTDOCS%% in pkg-plist to get rid of warning messages while deinstalling. - Added some PLIST_SUB stuff to reduce the size of the pkg-plist - Added support for %%JAVAJARDIR%% in pkg-plist (so user may override the default location of installed JAR files ${JAVAJARDIR} during install) - Removed the useless ${INSTALL_JAR} statement (now using ${INSTALL_DATA} until some support for JAR file installation is added to bsd.java.mk) No bump to PORTREVISION...
Responsible Changed From-To: freebsd-java->glewis I'll take this.
Improvement: - use the new PORTDOCS macro in Makefile to reduce pkg-plist size Herve
State Changed From-To: open->closed Committed, thanks!