diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
commit | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (patch) | |
tree | 1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel/dmucs | |
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: devel part 1)
Diffstat (limited to 'devel/dmucs')
-rw-r--r-- | devel/dmucs/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/dmucs/Makefile b/devel/dmucs/Makefile index 06792dc906c7..c83bb835002f 100644 --- a/devel/dmucs/Makefile +++ b/devel/dmucs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dmucs -# Date created: 26 Nov 2007 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dmucs PORTVERSION= 0.6.1 @@ -19,4 +15,5 @@ USE_BZIP2= yes GNU_CONFIGURE= yes PLIST_FILES= bin/dmucs bin/gethost bin/loadavg bin/monitor bin/remhost +NO_STAGE= yes .include <bsd.port.mk> |