diff options
Diffstat (limited to 'audio/shoutcast')
-rw-r--r-- | audio/shoutcast/Makefile | 1 | ||||
-rw-r--r-- | audio/shoutcast/files/shoutcast.sh.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile index 6b79a50c937..8922cb3c737 100644 --- a/audio/shoutcast/Makefile +++ b/audio/shoutcast/Makefile @@ -6,6 +6,7 @@ PORTNAME= shoutcast PORTVERSION= 1.9.5 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= http://www.shoutcast.com/downloads/sc1-9-5/ diff --git a/audio/shoutcast/files/shoutcast.sh.in b/audio/shoutcast/files/shoutcast.sh.in index e737ff4c27f..a590de38877 100644 --- a/audio/shoutcast/files/shoutcast.sh.in +++ b/audio/shoutcast/files/shoutcast.sh.in @@ -18,7 +18,7 @@ shoutcast_startcmd () %%PREFIX%%/sbin/sc_serv %%PREFIX%%/etc/sc_serv.conf } -imapd_stopcmd () +shoutcast_stopcmd () { killall sc_serv } |