From 0fa6fc7aebfe41643e624bde715406b0fb5577c2 Mon Sep 17 00:00:00 2001 From: pawel Date: Sun, 16 Mar 2014 23:17:21 +0000 Subject: Add staging support --- audio/rsynth/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'audio') 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 -- cgit