diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
commit | cf104c570b6057a060aff137032968074d18b40d (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/horde3-klutz | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils)
Notes
Notes:
svn path=/head/; revision=327718
Diffstat (limited to 'deskutils/horde3-klutz')
-rw-r--r-- | deskutils/horde3-klutz/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/horde3-klutz/Makefile b/deskutils/horde3-klutz/Makefile index 62f640d6be38..e68ca6b8ccf1 100644 --- a/deskutils/horde3-klutz/Makefile +++ b/deskutils/horde3-klutz/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: klutz -# Date created: Thu Nov 4, 2010 -# Whom: Beech Rintoul (<beech@Freebsd.org>) -# +# Created by: Beech Rintoul (<beech@FreeBSD.org>) # $FreeBSD$ -# PORTNAME= klutz PORTVERSION= 1.0 @@ -18,5 +14,6 @@ USE_HORDE= base USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES +NO_STAGE= yes .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" .include <bsd.port.mk> |