aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cxmon
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 01:03:26 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 01:03:26 +0800
commit75949a996e39878559ea48f6a2aacba0821c3f90 (patch)
tree1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel/cxmon
parenta8e75368f3d8ed37ad064f089d86ee2af734e271 (diff)
downloadfreebsd-ports-gnome-75949a996e39878559ea48f6a2aacba0821c3f90.tar.gz
freebsd-ports-gnome-75949a996e39878559ea48f6a2aacba0821c3f90.tar.zst
freebsd-ports-gnome-75949a996e39878559ea48f6a2aacba0821c3f90.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1)
Diffstat (limited to 'devel/cxmon')
-rw-r--r--devel/cxmon/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/cxmon/Makefile b/devel/cxmon/Makefile
index 9ab1c6cf2d7c..c5b8f947cf41 100644
--- a/devel/cxmon/Makefile
+++ b/devel/cxmon/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cxmon
-# Date created: 10 September 2003
-# Whom: Joachim Strombergson
-#
+# Created by: Joachim Strombergson
# $FreeBSD$
-#
PORTNAME= cxmon
PORTVERSION= 3.2
@@ -18,4 +14,5 @@ GNU_CONFIGURE= yes
MAN1= cxmon.1
PLIST_FILES= bin/cxmon
+NO_STAGE= yes
.include <bsd.port.mk>