diff options
Diffstat (limited to 'devel/pear-HTML_Common2/Makefile')
-rw-r--r-- | devel/pear-HTML_Common2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/pear-HTML_Common2/Makefile b/devel/pear-HTML_Common2/Makefile index 0bfcffd81c6b..e771fd33a6fa 100644 --- a/devel/pear-HTML_Common2/Makefile +++ b/devel/pear-HTML_Common2/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-HTML_Common2 -# Date created: 27 December 2006 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= HTML_Common2 PORTVERSION= 2.1.0 @@ -17,6 +13,7 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |