3e21b3c022
- Use SUB_LIST to transform the launcher shell script - Use DATADIR=${JAVASHAREDIR}/${PORTNAME} as encouraged in the Porter's handbook for Java application ports. - Add $FreeBSD$ tags where missing - Use INSTALL_DATA to install JAR file - Minor cosmetic improvements - Bump PORTREVISION as the location of files has changed - Add support for plugin ports (this port will act as the MASTERDIR for plugin ports that will include Makefile.plugin) Reviewed by: glewis Approved by: maintainer
3 lines
81 B
Text
3 lines
81 B
Text
@comment $FreeBSD$
|
|
%%DATADIR%%/%%DISTNAME%%
|
|
@unexec rmdir %D/%%DATADIR%% || true
|