diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
commit | 2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (patch) | |
tree | 8db179eca6ba6e7449724456d92a408d868a7732 /comms/cutecom/Makefile | |
parent | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (diff) |
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/Makefile')
-rw-r--r-- | comms/cutecom/Makefile | 6 |
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> |