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-mnemo | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) | |
download | ports-cf104c570b6057a060aff137032968074d18b40d.tar.gz ports-cf104c570b6057a060aff137032968074d18b40d.zip |
Notes
Diffstat (limited to 'deskutils/horde3-mnemo')
-rw-r--r-- | deskutils/horde3-mnemo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/horde3-mnemo/Makefile b/deskutils/horde3-mnemo/Makefile index 131fcaaea54d..30c82d6473a1 100644 --- a/deskutils/horde3-mnemo/Makefile +++ b/deskutils/horde3-mnemo/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: Mnemo -# Date created: Sun May 19, 2002 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# +# Created by: Thierry Thomas (<thierry@pompo.net>) # $FreeBSD$ -# PORTNAME= mnemo PORTVERSION= 2.2.5 @@ -19,5 +15,6 @@ USE_HORDE= base USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO UPGRADING +NO_STAGE= yes .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" .include <bsd.port.mk> |