diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-06-22 20:08:28 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-06-22 20:08:28 +0000 |
commit | 3554ea623632a018495abb707e9629169ba62be3 (patch) | |
tree | 1a0ba893f3e905502cb2a848e0ed6f838d0a5eaf /audio/icecast2/Makefile | |
parent | fdca13ddff7191d9124f7b36c7424e7b120bc6e6 (diff) |
Notes
Diffstat (limited to 'audio/icecast2/Makefile')
-rw-r--r-- | audio/icecast2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 9934bc5179da..619cfc1fdca5 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://svn.xiph.org/releases/icecast/ @@ -25,6 +25,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ USE_GMAKE= yes USE_LIBTOOL_VER=15 USE_RC_SUBR= icecast2.sh +SUB_FILES+= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} |