5ed6c8fe60
o Fixed popup menu position in multi-screen environments o Improved support for multi-screen environments o Formats numbers and dates using the user's locale o Distribution export tables use a fixed size unit o Fixed broken mnemonics in view menu PR: ports/59836 Submitted by: Jonathan Belson <jon@witchspace.com> (maintainer)
7 lines
152 B
Bash
7 lines
152 B
Bash
#! /bin/sh
|
|
# $FreeBSD$
|
|
JDISKDIR="%%JDISKDIR%%"
|
|
JAVAVM="%%JAVAVM%%"
|
|
PORTVERSION="%%PORTVERSION%%"
|
|
|
|
$JAVAVM -jar "$JDISKDIR/jdiskreport-$PORTVERSION.jar"
|