diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-01 06:15:57 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-01 06:15:57 +0000 |
commit | c7bd743141e78defac0b851f93d999cbff4e5f9c (patch) | |
tree | ebe73343cfd2a81ba8664955658dbf5f35adda45 /audio/shoutcast | |
parent | 4ff3c3c37d9ed3d559c4588aafb88fedd1311bae (diff) | |
download | ports-c7bd743141e78defac0b851f93d999cbff4e5f9c.tar.gz ports-c7bd743141e78defac0b851f93d999cbff4e5f9c.zip |
Notes
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 6b79a50c9377..8922cb3c737c 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 e737ff4c27f4..a590de38877b 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 } |