aboutsummaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2008-04-30 23:18:04 +0000
committerBrooks Davis <brooks@FreeBSD.org>2008-04-30 23:18:04 +0000
commitbe47bed580434af116d0a5695945735d064f7170 (patch)
tree1c97bc668fc0a607bf0db6cf6196de888da01d31 /audio/squeezeboxserver
parent57e298067eb2fafa90ba5ed62afba01b59a49d93 (diff)
downloadports-be47bed580434af116d0a5695945735d064f7170.tar.gz
ports-be47bed580434af116d0a5695945735d064f7170.zip
Notes
Diffstat (limited to 'audio/squeezeboxserver')
-rw-r--r--audio/squeezeboxserver/Makefile2
-rw-r--r--audio/squeezeboxserver/files/pkg-install.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile
index 75f9df5e8411..43ab6b3827ad 100644
--- a/audio/squeezeboxserver/Makefile
+++ b/audio/squeezeboxserver/Makefile
@@ -7,7 +7,7 @@
PORTNAME= squeezecenter
PORTVERSION= 7.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.slimdevices.com/downloads/SqueezeCenter_v${PORTVERSION}/
DISTNAME= ${PORTNAME}-7.0-noCPAN
diff --git a/audio/squeezeboxserver/files/pkg-install.in b/audio/squeezeboxserver/files/pkg-install.in
index 8fd4dd600fc8..4f4f0b53766b 100644
--- a/audio/squeezeboxserver/files/pkg-install.in
+++ b/audio/squeezeboxserver/files/pkg-install.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/audio/squeezeboxserver/files/pkg-install.in,v 1.5 2008-04-04 15:48:14 brooks Exp $
+# $FreeBSD: /tmp/pcvs/ports/audio/squeezeboxserver/files/pkg-install.in,v 1.6 2008-04-30 23:18:04 brooks Exp $
name=slimserver
u=%%SLIMUSER%%
@@ -13,7 +13,7 @@ statedir=%%SLIMDBDIR%%
cachedir=${statedir}/cache
conffile=${statedir}/squeezecenter.conf
playlistdir=${statedir}/playlists
-pidfile=/var/run/${name}.pid
+pidfile=/var/run/${name}/${name}.pid
newsyslogfile=/etc/newsyslog.conf
logcomment="# added by audio/squeezecenter port"
serverlogfile=/var/log/squeezecenter/server.log