diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-08 09:29:12 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-08 09:29:12 +0800 |
commit | 6c4ebfd93871346af44fb22c1b241c431ac7a51f (patch) | |
tree | 8190a29e0988165c77cccda19a1b54db6059265d /audio | |
parent | 3525850844c382011856b83e686847171df6b895 (diff) | |
download | freebsd-ports-gnome-6c4ebfd93871346af44fb22c1b241c431ac7a51f.tar.gz freebsd-ports-gnome-6c4ebfd93871346af44fb22c1b241c431ac7a51f.tar.zst freebsd-ports-gnome-6c4ebfd93871346af44fb22c1b241c431ac7a51f.zip |
- SUB_FILES += pkg-message
PR: ports/142404
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Diffstat (limited to 'audio')
-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/ - ------------------------------------------------------------------ |