svn commit: r341249 - head/multimedia/m2vrequantiser

Juergen Lock nox at FreeBSD.org
Sun Jan 26 17:54:12 UTC 2014


Author: nox
Date: Sun Jan 26 17:54:11 2014
New Revision: 341249
URL: http://svnweb.freebsd.org/changeset/ports/341249
QAT: https://qat.redports.org/buildarchive/r341249/

Log:
  Stagify.

Modified:
  head/multimedia/m2vrequantiser/Makefile

Modified: head/multimedia/m2vrequantiser/Makefile
==============================================================================
--- head/multimedia/m2vrequantiser/Makefile	Sun Jan 26 17:48:12 2014	(r341248)
+++ head/multimedia/m2vrequantiser/Makefile	Sun Jan 26 17:54:11 2014	(r341249)
@@ -15,5 +15,7 @@ CFLAGS+=	-Duint=unsigned
 MAKE_ARGS+=	CC=${CC} CXX=${CXX}
 PLIST_FILES+=	bin/M2VRequantiser
 
-NO_STAGE=	yes
+post-patch:
+	${REINPLACE_CMD} 's|$$(PREFIX)|$${DESTDIR}$$(PREFIX)|' ${WRKSRC}/Makefile
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list