aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmname
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-21 00:01:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-21 00:01:16 +0000
commitc30de1720518ec9e8e1256842d7b1f34be31332a (patch)
treec91b5350dfd391b559b929f0818a5dcab41146b8 /x11-wm/wmname
parent7e5a7bfffde29dcf41eea49049ddff803dd7e98e (diff)
downloadports-c30de1720518ec9e8e1256842d7b1f34be31332a.tar.gz
ports-c30de1720518ec9e8e1256842d7b1f34be31332a.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-wm)
Notes
Notes: svn path=/head/; revision=327786
Diffstat (limited to 'x11-wm/wmname')
-rw-r--r--x11-wm/wmname/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-wm/wmname/Makefile b/x11-wm/wmname/Makefile
index 9d8b31c93281..4b3bcf82ab93 100644
--- a/x11-wm/wmname/Makefile
+++ b/x11-wm/wmname/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wmname
-# Date created: 31 July 2009
-# Whom: V. Jahns <vj562001@yahoo.de>
-#
+# Created by: V. Jahns <vj562001@yahoo.de>
# $FreeBSD$
-#
PORTNAME= wmname
PORTVERSION= 0.1
@@ -17,4 +13,5 @@ USE_XORG= x11 xproto
PLIST_FILES= bin/wmname
+NO_STAGE= yes
.include <bsd.port.mk>