diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 04:57:48 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 04:57:48 +0800 |
commit | 855fb638fbbc3329682faf7c68b135b6e6c1a0ae (patch) | |
tree | 29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/mpgtx | |
parent | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff) | |
download | freebsd-ports-gnome-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.tar.gz freebsd-ports-gnome-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.tar.zst freebsd-ports-gnome-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia)
Diffstat (limited to 'multimedia/mpgtx')
-rw-r--r-- | multimedia/mpgtx/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/mpgtx/Makefile b/multimedia/mpgtx/Makefile index 09a0c82c5afc..c34ae866051b 100644 --- a/multimedia/mpgtx/Makefile +++ b/multimedia/mpgtx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mpgtx -# Date created: May 15, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= mpgtx PORTVERSION= 1.3.1 @@ -25,6 +21,7 @@ MLINKS= mpgtx.1 mpgcat.1 \ mpgtx.1 mpgjoin.1 \ mpgtx.1 mpgsplit.1 +NO_STAGE= yes .include <bsd.port.pre.mk> pre-patch: |