svn commit: r408409 - head/audio/streamripper

John Marino marino at FreeBSD.org
Sun Feb 7 13:44:27 UTC 2016


Author: marino
Date: Sun Feb  7 13:44:26 2016
New Revision: 408409
URL: https://svnweb.freebsd.org/changeset/ports/408409

Log:
  audio/streamripper: re-enable post-patch target

Modified:
  head/audio/streamripper/Makefile

Modified: head/audio/streamripper/Makefile
==============================================================================
--- head/audio/streamripper/Makefile	Sun Feb  7 13:38:29 2016	(r408408)
+++ head/audio/streamripper/Makefile	Sun Feb  7 13:44:26 2016	(r408409)
@@ -47,7 +47,7 @@ VORBIS_LIB_DEPENDS=	libvorbis.so:${PORTS
 post-extract:
 	${MV} ${WRKDIR}/cdk-${CDK_VERSION} ${WRKSRC}
 
-xpost-patch:
+post-patch:
 	@${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure
 #	avoid potential name conflict with ncurses
 	@${LN} -sv ${WRKSRC}/cdk-5.0-20060507/include/menu.h \


More information about the svn-ports-all mailing list