aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dumpmpeg
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 20:57:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 20:57:48 +0000
commit855fb638fbbc3329682faf7c68b135b6e6c1a0ae (patch)
tree29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/dumpmpeg
parentce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff)
downloadports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.tar.gz
ports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia)
Notes
Notes: svn path=/head/; revision=327747
Diffstat (limited to 'multimedia/dumpmpeg')
-rw-r--r--multimedia/dumpmpeg/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/dumpmpeg/Makefile b/multimedia/dumpmpeg/Makefile
index 001fb4f2b0c0..30dba21df853 100644
--- a/multimedia/dumpmpeg/Makefile
+++ b/multimedia/dumpmpeg/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: dumpmpeg
-# Date created: Jun 3, 2001
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= dumpmpeg
PORTVERSION= 0.6
@@ -23,4 +18,5 @@ USE_SDL= sdl
MAN1= dumpmpeg.1
PLIST_FILES= bin/dumpmpeg
+NO_STAGE= yes
.include <bsd.port.mk>