diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:05:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:05:58 +0800 |
commit | 3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/news | |
parent | 107b911b8ff53cc7d238c4018d49d218db093fd4 (diff) | |
download | freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.tar.gz freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.tar.zst freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Diffstat (limited to 'sysutils/news')
-rw-r--r-- | sysutils/news/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/news/Makefile b/sysutils/news/Makefile index 3ec0fb8d9f7d..d734a94245b6 100644 --- a/sysutils/news/Makefile +++ b/sysutils/news/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: news -# Date created: Tue Jan 24 12:42:05 CST 2012 -# Whom: Hokan <hokan@me.umn.edu> -# +# Created by: Hokan <hokan@me.umn.edu> # $FreeBSD$ -# PORTNAME= news PORTVERSION= 1.2 @@ -13,6 +9,7 @@ MASTER_SITES= http://www.menet.umn.edu/~hokan/ MAINTAINER= hokan@me.umn.edu COMMENT= Print news items +NO_STAGE= yes .include <bsd.port.pre.mk> ALL_TARGET= news |