diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-30 20:35:15 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-30 20:43:32 +0000 |
commit | e3c2004673e8e86d7b72e2c49aa169e15f21bdc9 (patch) | |
tree | 7eb68cf3937f943eaa305bf7064b280c4714b3fa | |
parent | 28ef19d6281306037206628d41f5d131ff399baa (diff) | |
download | ports-e3c2004673e8e86d7b72e2c49aa169e15f21bdc9.tar.gz ports-e3c2004673e8e86d7b72e2c49aa169e15f21bdc9.zip |
audio/icecast: Cosmetic change
-rw-r--r-- | audio/icecast/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 915bfbea46d3..d1cbff162fde 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -25,18 +25,18 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis -OPTIONS_DEFINE= DOCS - USES= cpe gmake gnome localbase ssl USE_GNOME= libxml2 libxslt GNU_CONFIGURE= yes -USE_RC_SUBR= ${PORTNAME} +USE_RC_SUBR= icecast SUB_FILES= pkg-message CPE_VENDOR= xiph +OPTIONS_DEFINE= DOCS + post-install: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/favicon.ico ${STAGEDIR}${DATADIR}/web/ |