diff options
author | pav <pav@FreeBSD.org> | 2007-03-24 05:18:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-24 05:18:33 +0800 |
commit | 99a8c9f8f5722d7ae345ebdf69b1f16578a9b1dd (patch) | |
tree | 8a8c71b4d26b70f21cd91f97538fd36e88f2fb9f /audio/zinf | |
parent | e0965d24ab28ceae51442e518d60dd7840721e84 (diff) | |
download | freebsd-ports-gnome-99a8c9f8f5722d7ae345ebdf69b1f16578a9b1dd.tar.gz freebsd-ports-gnome-99a8c9f8f5722d7ae345ebdf69b1f16578a9b1dd.tar.zst freebsd-ports-gnome-99a8c9f8f5722d7ae345ebdf69b1f16578a9b1dd.zip |
- Fix after objformat removal
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 3b63a698fee0..1497d7734552 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -89,6 +89,9 @@ pre-everything:: @${ECHO_MSG} "WITH_ALL_PLUGINS=yes build with all plugins" @${ECHO_MSG} +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + post-install: @${MKDIR} ${PREFIX}/etc/sdr/plugins ${INSTALL_DATA} ${FILESDIR}/sdr2.plugin.S100.audio.rtp.mpa.zinf \ |