diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:31:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:31:15 +0000 |
commit | b9522341aadc99dfced4f5412ee8482f02540abb (patch) | |
tree | 58e74319c43fbb630aa6637e49b8b34b66a43c1d /news/cg | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: news)
Notes
Notes:
svn path=/head/; revision=327759
Diffstat (limited to 'news/cg')
-rw-r--r-- | news/cg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/news/cg/Makefile b/news/cg/Makefile index c40e99f6d53f..8906b757c43b 100644 --- a/news/cg/Makefile +++ b/news/cg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cg -# Date created: 17 August 2004 -# Whom: bkhl@elektrubadur.se -# +# Created by: bkhl@elektrubadur.se # $FreeBSD$ -# PORTNAME= cg PORTVERSION= 0.4 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= cg.1 PLIST_FILES= bin/cg +NO_STAGE= yes .include <bsd.port.mk> |