diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-08 01:29:12 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-08 01:29:12 +0000 |
commit | 45d6e0e3c28c1a938e0683ea4f65f3bfe56ae0ad (patch) | |
tree | b21b672e3cbafefee9bd565edc139f3cabf78091 /audio/icecast | |
parent | 662034dc19306421b2fbfe62856827d173183534 (diff) | |
download | ports-45d6e0e3c28c1a938e0683ea4f65f3bfe56ae0ad.tar.gz ports-45d6e0e3c28c1a938e0683ea4f65f3bfe56ae0ad.zip |
Notes
Diffstat (limited to 'audio/icecast')
-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/ - ------------------------------------------------------------------ |