diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/pear-File_Gettext | |
parent | 107b911b8ff53cc7d238c4018d49d218db093fd4 (diff) | |
download | FreeBSD-ports-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.zip FreeBSD-ports-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Diffstat (limited to 'sysutils/pear-File_Gettext')
-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 f29e445..9b3f50d 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> |