aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-06-06 22:01:45 +0800
committerlofi <lofi@FreeBSD.org>2005-06-06 22:01:45 +0800
commita9405df819fd80ccf93301759b94ec4730efb596 (patch)
tree1811e66595edcc8b322dfd0752bd311d8a78d66e
parent6947366d88a84cb5a6850265912ae4d2e3303f66 (diff)
downloadfreebsd-ports-gnome-a9405df819fd80ccf93301759b94ec4730efb596.tar.gz
freebsd-ports-gnome-a9405df819fd80ccf93301759b94ec4730efb596.tar.zst
freebsd-ports-gnome-a9405df819fd80ccf93301759b94ec4730efb596.zip
Fix rcNG script.
PR: ports/81932 Submitted by: Mike Benjamin <mikeb@mikeb.org> Correct fix pointed out by: flz
-rw-r--r--audio/icecast2/Makefile5
-rw-r--r--audio/icecast2/pkg-plist1
2 files changed, 2 insertions, 4 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index 28eb2ab06a1c..9934bc5179da 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= icecast2
PORTVERSION= 2.2.0
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= audio net ipv6
MASTER_SITES= http://svn.xiph.org/releases/icecast/
@@ -24,7 +24,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
USE_GMAKE= yes
USE_LIBTOOL_VER=15
-USE_RC_SUBR= yes
+USE_RC_SUBR= icecast2.sh
CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE}
WRKSRC= ${WRKDIR}/icecast-${PORTVERSION}
@@ -32,7 +32,6 @@ WRKSRC= ${WRKDIR}/icecast-${PORTVERSION}
.include <bsd.port.pre.mk>
post-install:
- @${INSTALL_SCRIPT} ${FILESDIR}/icecast2.sh ${PREFIX}/etc/rc.d/icecast2.sh
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/audio/icecast2/pkg-plist b/audio/icecast2/pkg-plist
index 9cbca36b1af6..7fd31b8a28bf 100644
--- a/audio/icecast2/pkg-plist
+++ b/audio/icecast2/pkg-plist
@@ -1,6 +1,5 @@
bin/icecast
etc/icecast.xml.sample
-etc/rc.d/icecast2.sh
share/doc/icecast/AUTHORS
share/doc/icecast/COPYING
share/doc/icecast/ChangeLog