mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
82a3c64f0d
- STAGE-clean - Switch to the jar-only distribution
6 lines
113 B
Bash
6 lines
113 B
Bash
#!/bin/sh
|
|
|
|
JRDESKTOP_JAR=%%JAVAJARDIR%%/%%PORTNAME%%-%%PORTVERSION%%.jar
|
|
|
|
%%JAVA%% -jar ${JRDESKTOP_JAR} display
|