diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast/Makefile | 3 | ||||
-rw-r--r-- | audio/icecast2/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index b0485d7dc03e..a990e301ccaf 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/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 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 |