aboutsummaryrefslogtreecommitdiffstats
path: root/hungarian/aspell
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 02:43:02 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 02:43:02 +0800
commit46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c (patch)
tree0f7879dfe3697c318a62075b9620cfb651ff6117 /hungarian/aspell
parent33b871a9c845835374d0a594348ddf8da0551d74 (diff)
downloadfreebsd-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/Makefile7
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>