freebsd-ports/sysutils/jdiskreport/files/jdiskreport.sh
Mark Linimon 5ed6c8fe60 Update to 1.1.2. Changes:
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)
2003-12-09 01:54:11 +00:00

7 lines
152 B
Bash

#! /bin/sh
# $FreeBSD$
JDISKDIR="%%JDISKDIR%%"
JAVAVM="%%JAVAVM%%"
PORTVERSION="%%PORTVERSION%%"
$JAVAVM -jar "$JDISKDIR/jdiskreport-$PORTVERSION.jar"