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-hermes | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) |
Notes
Diffstat (limited to 'deskutils/horde3-hermes')
-rw-r--r-- | deskutils/horde3-hermes/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/horde3-hermes/Makefile b/deskutils/horde3-hermes/Makefile index cf12420c0f9d..414ce206ee86 100644 --- a/deskutils/horde3-hermes/Makefile +++ b/deskutils/horde3-hermes/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: horde-hermes -# Date created: Jul 20, 2008 -# Whom: Beech Rintoul <horde@FreeBSD.org -# +# Created by: Beech Rintoul <horde@FreeBSD.org # $FreeBSD$ -# PORTNAME= hermes PORTVERSION= 1.0.1 @@ -21,5 +17,6 @@ BUILD_DEPENDS+= ${HORBAS}/turba/minisearch.php:${PORTSDIR}/mail/horde3-turba \ ${HORBAS}/nag/data.php:${PORTSDIR}/deskutils/horde3-nag \ ${HORBAS}/whups/index.php:${PORTSDIR}/devel/horde3-whups +NO_STAGE= yes .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" .include <bsd.port.mk> |