mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
- while here standardize IGNORE, and drop pkg-message from SUB_FILES and move to pkg-message as nothing is being substituted PR: ports/168163 Submitted by: maintainer, jjuanino@gmail.com
7 lines
161 B
Bash
7 lines
161 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd %%DATADIR%%/%%PORTNAME%%/bin
|
|
JAVA_VERSION="%%JAVA_VERSION%%" JAVA_HOME="%%JAVA_HOME%%" exec %%LOCALBASE%%/bin/bash %%PORTNAME%% $*
|