- Update to bsd.java.mk 2.0
- Install system JARs in ${JAVAJARDIR}
- Add support for Tomcat 5.0 and 5.5
- Do not install in ${LOCALBASE}/... but rather in ${PREFIX}/...
- Use %%JAVAJARDIR%%, %%DOCSDIR%% and %%EXAMPLESDIR%% in pkg-plist
- Add $FreeBSD$ tag in pkg-plist
- Use ${FIND} | ${INSTALL} to install files
- Reset maitnainership [1]
I'll takeover maintainership for a while to keep things in order.
PR: 101966
Submitted by: hq
Requested by: former maintainer [1]
home directory. This is as directed by PH "Best Practices" for Java
libraries. It also fixes the build of jboss4 (due to library pollution)
when axis is installed.
PR: ports/92781
Submitted by: Alex Kiesel
Approved by: rui@ruilopes.com (maintainer, timeout 10 weeks)
* Added LIB_SUBDIR pkg-plist variable and moved all variables into
PLIST_SUB make variable;
* Changed the ownership of axis webapp directories to www;
* Added WWW link into pkg-descr;
* Take ownership;
* Other minor tweaks.
Submitted by: Rui Lopes <rui@ruilopes.com>