diff options
author | steve <steve@FreeBSD.org> | 2000-02-21 04:46:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-21 04:46:58 +0800 |
commit | 6738651e023b1faa3917ae8dfb1fe5b047194345 (patch) | |
tree | 943afcde1dbf4671605072eb57eefae52c9d8364 /audio/icecast | |
parent | 79b9acd28ab333ff49e2fab99be289ea28f74a60 (diff) | |
download | freebsd-ports-graphics-6738651e023b1faa3917ae8dfb1fe5b047194345.tar.gz freebsd-ports-graphics-6738651e023b1faa3917ae8dfb1fe5b047194345.tar.zst freebsd-ports-graphics-6738651e023b1faa3917ae8dfb1fe5b047194345.zip |
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 b0485d7dc03..a990e301cca 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 |