Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2014 23:17:21 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348437 - head/audio/rsynth
Message-ID:  <201403162317.s2GNHLX0018512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403162317.s2GNHLX0018512>