diff options
author | pawel <pawel@FreeBSD.org> | 2014-03-17 07:17:21 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-03-17 07:17:21 +0800 |
commit | 0fa6fc7aebfe41643e624bde715406b0fb5577c2 (patch) | |
tree | cd8d695f71b9052936e3159ec3628eb3a31c6ba0 /audio | |
parent | 723e0963c523dfecf483a7fd88dbbf876c8f5f31 (diff) | |
download | freebsd-ports-gnome-0fa6fc7aebfe41643e624bde715406b0fb5577c2.tar.gz freebsd-ports-gnome-0fa6fc7aebfe41643e624bde715406b0fb5577c2.tar.zst freebsd-ports-gnome-0fa6fc7aebfe41643e624bde715406b0fb5577c2.zip |
Add staging support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rsynth/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index 1f919187bd5f..894d46fb20f8 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -13,12 +13,14 @@ COMMENT= Speech synthesizer LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ libaudio.so:${PORTSDIR}/audio/nas -NO_STAGE= yes - GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf pre-configure: @${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c +post-configure: + @${REINPLACE_CMD} -E 's,(BIN|LIB)_DIR\),DESTDIR\)$$\(&,g' \ + ${WRKSRC}/Makefile + .include <bsd.port.mk> |