diff options
Diffstat (limited to 'sysutils/pear-File_Gettext/Makefile')
-rw-r--r-- | sysutils/pear-File_Gettext/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/pear-File_Gettext/Makefile b/sysutils/pear-File_Gettext/Makefile index f29e44518ef9..9b3f50d09cf8 100644 --- a/sysutils/pear-File_Gettext/Makefile +++ b/sysutils/pear-File_Gettext/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-File_Gettext -# Date created: 01 December 2004 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= File_Gettext PORTVERSION= 0.4.2 @@ -19,6 +15,7 @@ USE_PHP= yes PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |