aboutsummaryrefslogtreecommitdiff
path: root/multimedia/m2vrequantiser
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-01-26 17:54:11 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-01-26 17:54:11 +0000
commit338d3ec9a92e56acbf829a0f8bdc46e62f5d5d36 (patch)
tree04907de4bed4570d2f7ff47e2be3ff129ec540da /multimedia/m2vrequantiser
parent2a8c1781e90f9fc7bd5aa0b1211466304296d034 (diff)
downloadports-338d3ec9a92e56acbf829a0f8bdc46e62f5d5d36.tar.gz
ports-338d3ec9a92e56acbf829a0f8bdc46e62f5d5d36.zip
Notes
Diffstat (limited to 'multimedia/m2vrequantiser')
-rw-r--r--multimedia/m2vrequantiser/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/m2vrequantiser/Makefile b/multimedia/m2vrequantiser/Makefile
index c389d7493f2a..3cdeb5ef9092 100644
--- a/multimedia/m2vrequantiser/Makefile
+++ b/multimedia/m2vrequantiser/Makefile
@@ -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>