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/icecast | |
parent | Fix compile-time errors on -current. (diff) |
Remove the two i386 binaries and rebuild them from source so this port
packages on the Alpha.
Diffstat (limited to 'audio/icecast')
-rw-r--r-- | audio/icecast/Makefile | 3 |
1 files changed, 3 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 |