diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 08:01:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 08:01:16 +0800 |
commit | 8789c7c99630eebef899414e8747c3ca88bd3b7b (patch) | |
tree | c91b5350dfd391b559b929f0818a5dcab41146b8 /x11-wm/tinywm | |
parent | 0098fda52c7d85a29049faae90777e191a11cc0d (diff) | |
download | freebsd-ports-gnome-8789c7c99630eebef899414e8747c3ca88bd3b7b.tar.gz freebsd-ports-gnome-8789c7c99630eebef899414e8747c3ca88bd3b7b.tar.zst freebsd-ports-gnome-8789c7c99630eebef899414e8747c3ca88bd3b7b.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-wm)
Diffstat (limited to 'x11-wm/tinywm')
-rw-r--r-- | x11-wm/tinywm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-wm/tinywm/Makefile b/x11-wm/tinywm/Makefile index 271373deefd7..f47a27212377 100644 --- a/x11-wm/tinywm/Makefile +++ b/x11-wm/tinywm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tinywm -# Date created: Jan 10 2005 -# Whom: Florent Thoumie <flz@xbsd.org> -# +# Created by: Florent Thoumie <flz@xbsd.org> # $FreeBSD$ -# PORTNAME= tinywm PORTVERSION= 1.3 @@ -19,6 +15,7 @@ PLIST_FILES= bin/tinywm USE_XORG= x11 PORTDOCS= README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|CC)|CC) ${CFLAGS}|' ${WRKSRC}/Makefile |