diff options
-rw-r--r-- | audio/icecast/Makefile | 1 | ||||
-rw-r--r-- | audio/icecast/pkg-message | 15 |
2 files changed, 1 insertions, 15 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 6df6672b59b4..08f4335e9ac4 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -16,6 +16,7 @@ COMMENT= A streaming mp3 audio server HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-libwrap +SUB_FILES= pkg-message pre-patch: @${REINPLACE_CMD} -e 's|<history.h>|<readline/history.h>|' \ diff --git a/audio/icecast/pkg-message b/audio/icecast/pkg-message index 34690c5d02ae..e69de29bb2d1 100644 --- a/audio/icecast/pkg-message +++ b/audio/icecast/pkg-message @@ -1,15 +0,0 @@ ------------------------------------------------------------------ - -Icecast's various components have been installed in the following -directories: - - - The icecast server: - %%PREFIX%%/sbin/icecast - - - Icecast configuration files have been installed in: - %%PREFIX%%/etc/icecast/ - - - Icecast documentation is located in: - %%PREFIX%%/share/doc/icecast/ - ------------------------------------------------------------------ |