diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2008-06-21 17:38:13 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2008-06-21 17:38:13 +0000 |
commit | 6bacfafd46289c97428fc7ec0973bb0bcd2a2d38 (patch) | |
tree | 5169a1e238a41fc30b06372095798aa1ce809f58 /audio/squeezeboxserver | |
parent | c423208df5eb716112d6f2b8494561768c779d95 (diff) |
Notes
Diffstat (limited to 'audio/squeezeboxserver')
-rw-r--r-- | audio/squeezeboxserver/Makefile | 2 | ||||
-rw-r--r-- | audio/squeezeboxserver/files/softsqueeze.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index acd520a54a3b..e77ab376f6f4 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= squeezecenter PORTVERSION= 7.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.slimdevices.com/downloads/SqueezeCenter_v${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-noCPAN diff --git a/audio/squeezeboxserver/files/softsqueeze.sh.in b/audio/squeezeboxserver/files/softsqueeze.sh.in index c33b7161cc82..c83c5564e0df 100644 --- a/audio/squeezeboxserver/files/softsqueeze.sh.in +++ b/audio/squeezeboxserver/files/softsqueeze.sh.in @@ -7,4 +7,4 @@ # will release the JDK under a license that makes dependencies on the # JDK reasionable. # -%%LOCALBASE%%/bin/javavm -jar /usr/local/slimserver/HTML/EN/html/softsqueeze/SoftSqueeze.jar +%%LOCALBASE%%/bin/java -jar %%PREFIX%%/%%SLIMDIR%%/HTML/EN/html/softsqueeze/SoftSqueeze.jar |