- 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]
* 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>