svn commit: r369130 - head/audio/rplay

Antoine Brodin antoine at FreeBSD.org
Tue Sep 23 22:24:07 UTC 2014


Author: antoine
Date: Tue Sep 23 22:24:06 2014
New Revision: 369130
URL: http://svnweb.freebsd.org/changeset/ports/369130
QAT: https://qat.redports.org/buildarchive/r369130/

Log:
  Do not violate stagedir

Modified:
  head/audio/rplay/Makefile

Modified: head/audio/rplay/Makefile
==============================================================================
--- head/audio/rplay/Makefile	Tue Sep 23 22:20:12 2014	(r369129)
+++ head/audio/rplay/Makefile	Tue Sep 23 22:24:06 2014	(r369130)
@@ -35,7 +35,7 @@ post-extract:
 
 post-patch:
 	@${REINPLACE_CMD} -E \
-		's,(bin|include|info|lib|man|sbin)dir),DESTDIR)$$(&,' \
+		's,(bin|include|info|lib|man|sbin)dir),DESTDIR)$$(&,g' \
 		${WRKSRC}/include/Makefile.in \
 		${WRKSRC}/librplay/Makefile.in \
 		${WRKSRC}/rplayd/Makefile.in \


More information about the svn-ports-head mailing list