mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- add stage support PR: 186568 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
7 lines
129 B
Bash
7 lines
129 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd %%DATADIR%%/%%PORTNAME%%/bin
|
|
JAVA_HOME="%%JAVA_HOME%%" exec %%LOCALBASE%%/bin/bash %%PORTNAME%% $*
|