diff options
Diffstat (limited to 'textproc/pear-Horde_Text_Diff/Makefile')
-rw-r--r-- | textproc/pear-Horde_Text_Diff/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/pear-Horde_Text_Diff/Makefile b/textproc/pear-Horde_Text_Diff/Makefile index b4b9cf433b9b..5bb916f2c518 100644 --- a/textproc/pear-Horde_Text_Diff/Makefile +++ b/textproc/pear-Horde_Text_Diff/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: pear-Horde_Text_Diff -# Date created: 7 July 2011 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ PORTNAME= Horde_Text_Diff @@ -14,6 +11,7 @@ COMMENT= Horde engine for performing and rendering text diffs USE_HORDE_RUN= Horde_Exception \ Horde_Util +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include <bsd.port.post.mk> |