svn commit: r528421 - head/audio/libnoise

Steve Wills swills at FreeBSD.org
Sat Mar 14 16:24:45 UTC 2020


Author: swills
Date: Sat Mar 14 16:24:44 2020
New Revision: 528421
URL: https://svnweb.freebsd.org/changeset/ports/528421

Log:
  audio/libnoise: remove unnecessary REINPLACE_CMD

Modified:
  head/audio/libnoise/Makefile   (contents, props changed)

Modified: head/audio/libnoise/Makefile
==============================================================================
--- head/audio/libnoise/Makefile	Sat Mar 14 16:11:08 2020	(r528420)
+++ head/audio/libnoise/Makefile	Sat Mar 14 16:24:44 2020	(r528421)
@@ -22,8 +22,6 @@ CXXFLAGS+=	-O3 -fomit-frame-pointer
 WRKSRC=		${WRKDIR}/noise
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
-		${WRKSRC}/src/Makefile
 	@${REINPLACE_CMD} -e 's|include lib:|include:|g' \
 		${WRKSRC}/Makefile
 


More information about the svn-ports-all mailing list