aboutsummaryrefslogtreecommitdiff
path: root/comms/cutecom
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:03:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:03:29 +0000
commit2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (patch)
tree8db179eca6ba6e7449724456d92a408d868a7732 /comms/cutecom
parentf5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (diff)
downloadports-2b300eeb3f3f12f89596c38ef5510f621dde4ca9.tar.gz
ports-2b300eeb3f3f12f89596c38ef5510f621dde4ca9.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: comms)
Notes
Notes: svn path=/head/; revision=327714
Diffstat (limited to 'comms/cutecom')
-rw-r--r--comms/cutecom/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/cutecom/Makefile b/comms/cutecom/Makefile
index ece15458943a..bfaef1239f23 100644
--- a/comms/cutecom/Makefile
+++ b/comms/cutecom/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: cutecom
-# Date created: Thu Jul 15 02:07:06 CEST 2004
-# Whom: Markus Brueffer <markus@FreeBSD.org>
-#
+# Created by: Markus Brueffer <markus@FreeBSD.org>
# $FreeBSD$
PORTNAME= cutecom
@@ -21,4 +18,5 @@ USES= cmake
MAN1= cutecom.1
+NO_STAGE= yes
.include <bsd.port.mk>