aboutsummaryrefslogtreecommitdiff
path: root/audio/rsynth
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-03-16 23:17:21 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-03-16 23:17:21 +0000
commitd8057eeaddd8aad346e77dec4fc1db9a5d32c5c8 (patch)
treecd8d695f71b9052936e3159ec3628eb3a31c6ba0 /audio/rsynth
parented08b279671b5e1227f4c7e49193b0731988fd7e (diff)
downloadports-d8057eeaddd8aad346e77dec4fc1db9a5d32c5c8.tar.gz
ports-d8057eeaddd8aad346e77dec4fc1db9a5d32c5c8.zip
Notes
Diffstat (limited to 'audio/rsynth')
-rw-r--r--audio/rsynth/Makefile6
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>