svn commit: r348437 - head/audio/rsynth
Pawel Pekala
pawel at FreeBSD.org
Sun Mar 16 23:17:22 UTC 2014
Author: pawel
Date: Sun Mar 16 23:17:21 2014
New Revision: 348437
URL: http://svnweb.freebsd.org/changeset/ports/348437
QAT: https://qat.redports.org/buildarchive/r348437/
Log:
Add staging support
Modified:
head/audio/rsynth/Makefile
Modified: head/audio/rsynth/Makefile
==============================================================================
--- head/audio/rsynth/Makefile Sun Mar 16 22:33:04 2014 (r348436)
+++ head/audio/rsynth/Makefile Sun Mar 16 23:17:21 2014 (r348437)
@@ -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>
More information about the svn-ports-all
mailing list