- fixed distfile location (use MASTER_SITE_APACHE_XML)
- use JAVAJARDIR provided by bsd.java.mk
- use PORTDOCS and PLIST_FILES (thus no more pkg-plist)
- added SIZE info
PR: 65061
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.
Approved by: marcus (mentor)
Brush up pkg-plist. (sorting entries, and replacing version number
to %%PORTVERSION%% by using ${PLIST_SUB})
Makefile brush up (generate ${DISTNAME} from ${PORTNAME} and
${PORTVERSION})
PR: 27609
Submitted by: KUNISHIMA Takeo <kunishi@acm.org>