Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 17:54:11 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341249 - head/multimedia/m2vrequantiser
Message-ID:  <201401261754.s0QHsBeT056954@svn.freebsd.org>

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



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