diff options
author | pav <pav@FreeBSD.org> | 2010-02-12 18:43:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-02-12 18:43:15 +0800 |
commit | 51fc0f4b810536ec7e0eb61562ab4997585651f2 (patch) | |
tree | 6d43d43d78b485071707a61d0a53b17bc6b8833f /audio | |
parent | a9685044aa6ede22d0e14c2e0003374b8daf2f86 (diff) | |
download | freebsd-ports-gnome-51fc0f4b810536ec7e0eb61562ab4997585651f2.tar.gz freebsd-ports-gnome-51fc0f4b810536ec7e0eb61562ab4997585651f2.tar.zst freebsd-ports-gnome-51fc0f4b810536ec7e0eb61562ab4997585651f2.zip |
- Correct login/LOGIN in rc script
- Minor cleanup
PR: ports/143532
Submitted by: Mykola Dzham <i@levsha.me>
Approved by: Sunpoet Hsieh <sunpoet@sunpoet.net> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast2/Makefile | 3 | ||||
-rw-r--r-- | audio/icecast2/files/icecast2.sh.in | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index b961dc48087a..59a1c8f20051 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.3.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \ @@ -28,7 +28,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_RC_SUBR= icecast2.sh SUB_FILES+= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} CFLAGS=-I${LOCALBASE}/include DOCSDIR= ${PREFIX}/share/doc/icecast diff --git a/audio/icecast2/files/icecast2.sh.in b/audio/icecast2/files/icecast2.sh.in index 45110196f1a3..292bf15f9e60 100644 --- a/audio/icecast2/files/icecast2.sh.in +++ b/audio/icecast2/files/icecast2.sh.in @@ -5,7 +5,7 @@ # PROVIDE: icecast2 # REQUIRE: DAEMON -# BEFORE: login +# BEFORE: LOGIN # KEYWORD: shutdown # Add the following line to /etc/rc.conf to enable `icecast2'. This requires |