diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-20 20:46:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-20 20:46:58 +0000 |
commit | db4fa4127248906c34e3255a9cf21e8fdf8d5ffd (patch) | |
tree | fa6323d9aaaa5fc6ba7dab4be46e0f067d332c17 /audio/icecast2 | |
parent | c3665f69b8e269e9d48b3648bfaea174f42af0c9 (diff) | |
download | ports-db4fa4127248906c34e3255a9cf21e8fdf8d5ffd.tar.gz ports-db4fa4127248906c34e3255a9cf21e8fdf8d5ffd.zip |
Notes
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index b0485d7dc03e..a990e301ccaf 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -20,6 +20,9 @@ CONFIGURE_ARGS= --with-libwrap ALL_TARGET= all mkpasswd +post-extract: + @( cd ${WRKSRC}; ${RM} -f shout/calibrate shout/stresstest ) + post-configure: @${MAKE} WRKSRC=${WRKSRC}/liveice do-configure |