aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/m2vrequantiser
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 04:57:48 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 04:57:48 +0800
commit2fb3adc82da4c9df4c899dfb738f8cfc63262559 (patch)
tree29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/m2vrequantiser
parentdd97722379d86bbad461eb7c042a07cd39ba24f9 (diff)
downloadfreebsd-ports-gnome-2fb3adc82da4c9df4c899dfb738f8cfc63262559.tar.gz
freebsd-ports-gnome-2fb3adc82da4c9df4c899dfb738f8cfc63262559.tar.zst
freebsd-ports-gnome-2fb3adc82da4c9df4c899dfb738f8cfc63262559.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia)
Diffstat (limited to 'multimedia/m2vrequantiser')
-rw-r--r--multimedia/m2vrequantiser/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/m2vrequantiser/Makefile b/multimedia/m2vrequantiser/Makefile
index 0eca3f079bb5..c389d7493f2a 100644
--- a/multimedia/m2vrequantiser/Makefile
+++ b/multimedia/m2vrequantiser/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: m2vrequantiser
-# Date created: Thu Sep 14 20:47:38 CEST 2011
-# Whom: Juergen Lock <nox@FreeBSD.org>
-#
+# Created by: Juergen Lock <nox@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= m2vrequantiser
PORTVERSION= 1.1
@@ -19,4 +15,5 @@ CFLAGS+= -Duint=unsigned
MAKE_ARGS+= CC=${CC} CXX=${CXX}
PLIST_FILES+= bin/M2VRequantiser
+NO_STAGE= yes
.include <bsd.port.mk>