diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:38:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:38:31 +0000 |
commit | 3c62b4a39c13fff9c45955d6281de2402078746f (patch) | |
tree | 376e2d84f1cfe96af1f0fd8e580e9dc58e88efdf /portuguese/aspell-pt_BR/Makefile | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: portuguese)
Diffstat (limited to 'portuguese/aspell-pt_BR/Makefile')
-rw-r--r-- | portuguese/aspell-pt_BR/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/portuguese/aspell-pt_BR/Makefile b/portuguese/aspell-pt_BR/Makefile index d382932c2872..35da976856dc 100644 --- a/portuguese/aspell-pt_BR/Makefile +++ b/portuguese/aspell-pt_BR/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aspell-pt_BR -# Date created: 12 February 2007 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-pt_BR-20090702-0 @@ -15,5 +11,6 @@ COMMENT= Aspell Brazilian Portuguese dictionary DICT= pt_BR +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> |