diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
commit | a65ed2e51bf631a6b8ab766f984bf33c686d239a (patch) | |
tree | 446f26536f63818c96e297aac8c4f1490814f146 /security/horde3-jeta | |
parent | 192c7ddec012f94ed6e9e8a5c98b23626960bfc3 (diff) |
Notes
Diffstat (limited to 'security/horde3-jeta')
-rw-r--r-- | security/horde3-jeta/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/horde3-jeta/Makefile b/security/horde3-jeta/Makefile index 014915ce2422..62832494a0e4 100644 --- a/security/horde3-jeta/Makefile +++ b/security/horde3-jeta/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: jeta -# Date created: Sat Feb 10, 2007 -# Whom: Beech Rintoul <beech@FreeBSD.org> -# +# Created by: Beech Rintoul <beech@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jeta PORTVERSION= 1.0 @@ -17,5 +13,6 @@ USE_HORDE= base pkg-message USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES +NO_STAGE= yes .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" .include <bsd.port.mk> |