diff options
author | nox <nox@FreeBSD.org> | 2014-01-27 01:54:11 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-01-27 01:54:11 +0800 |
commit | b5c6703e40023a48edc8730fb035c93b60b0b545 (patch) | |
tree | 04907de4bed4570d2f7ff47e2be3ff129ec540da /multimedia/m2vrequantiser | |
parent | 5a38b676aab8b245804d15207a7c33e3f8abb468 (diff) | |
download | freebsd-ports-gnome-b5c6703e40023a48edc8730fb035c93b60b0b545.tar.gz freebsd-ports-gnome-b5c6703e40023a48edc8730fb035c93b60b0b545.tar.zst freebsd-ports-gnome-b5c6703e40023a48edc8730fb035c93b60b0b545.zip |
Stagify.
Diffstat (limited to 'multimedia/m2vrequantiser')
-rw-r--r-- | multimedia/m2vrequantiser/Makefile | 4 |
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> |