diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 02:43:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 02:43:02 +0800 |
commit | 46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c (patch) | |
tree | 0f7879dfe3697c318a62075b9620cfb651ff6117 /hungarian/aspell | |
parent | 33b871a9c845835374d0a594348ddf8da0551d74 (diff) | |
download | freebsd-ports-graphics-46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c.tar.gz freebsd-ports-graphics-46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c.tar.zst freebsd-ports-graphics-46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: hungarian)
Diffstat (limited to 'hungarian/aspell')
-rw-r--r-- | hungarian/aspell/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hungarian/aspell/Makefile b/hungarian/aspell/Makefile index 5bc70331c2e..d593ff8d386 100644 --- a/hungarian/aspell/Makefile +++ b/hungarian/aspell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hu-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-hu-0.99.4.2-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Hungarian dictionaries DICT= hu +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> |