diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
commit | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/horde3-whups/Makefile | |
parent | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2)
Notes
Notes:
svn path=/head/; revision=327723
Diffstat (limited to 'devel/horde3-whups/Makefile')
-rw-r--r-- | devel/horde3-whups/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/horde3-whups/Makefile b/devel/horde3-whups/Makefile index 54c0fd31540f..7528cc09a112 100644 --- a/devel/horde3-whups/Makefile +++ b/devel/horde3-whups/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: horde-whups -# Date created: Feb 28, 2008 -# Whom: Beech Rintoul <horde@FreeBSD.org -# +# Created by: Beech Rintoul <horde@FreeBSD.org # $FreeBSD$ -# PORTNAME= whups PORTVERSION= 1.0.1 @@ -18,5 +14,6 @@ USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL TODO lighttpd-whups.conf NO_BUILD= yes +NO_STAGE= yes .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" .include <bsd.port.mk> |