diff options
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 5 | ||||
-rw-r--r-- | audio/icecast2/pkg-plist | 1 |
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 |