diff options
Diffstat (limited to 'audio/icecast2/Makefile')
-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 b0485d7dc03..a990e301cca 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 |