diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 00:36:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 00:36:23 +0800 |
commit | 67985f6aaa6ff6a3dfb7cef050a6dfd73ef37d2d (patch) | |
tree | 7d489d520969c0d33b61d0c9aea1a4e8d6ec4545 /editors/mg/Makefile | |
parent | 494950afdf4815f0afc9b468c1efa5e1f7e70467 (diff) | |
download | freebsd-ports-gnome-67985f6aaa6ff6a3dfb7cef050a6dfd73ef37d2d.tar.gz freebsd-ports-gnome-67985f6aaa6ff6a3dfb7cef050a6dfd73ef37d2d.tar.zst freebsd-ports-gnome-67985f6aaa6ff6a3dfb7cef050a6dfd73ef37d2d.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: editors)
Diffstat (limited to 'editors/mg/Makefile')
-rw-r--r-- | editors/mg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile index b72884808710..0644c4bd0e5e 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mg -# Date created: 14 May 2001 -# Whom: Dima Dorfman <dima@unixfreak.org> -# +# Created by: Dima Dorfman <dima@unixfreak.org> # $FreeBSD$ -# PORTNAME= mg PORTVERSION= 20110905 @@ -22,6 +18,7 @@ PORTDOCS= README tutorial HAS_CONFIGURE= yes +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's|-Wno-error=unused-but-set-variable||g' \ -e '/^CC=/d' -e 's|-g -Wall|-Wall|' -e 's|/usr/local|${PREFIX}|' \ |