diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:20:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:20:31 +0800 |
commit | 7016da251660681f0c133921f056177747cccba9 (patch) | |
tree | ebbcd3dce637f0dabb4b6f7ce68a84f6b5fa8b54 /vietnamese/aspell | |
parent | 2fc9f20b57f40df925d4a6a25e42c9851d59169a (diff) | |
download | freebsd-ports-gnome-7016da251660681f0c133921f056177747cccba9.tar.gz freebsd-ports-gnome-7016da251660681f0c133921f056177747cccba9.tar.zst freebsd-ports-gnome-7016da251660681f0c133921f056177747cccba9.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: vietnamese)
Diffstat (limited to 'vietnamese/aspell')
-rw-r--r-- | vietnamese/aspell/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vietnamese/aspell/Makefile b/vietnamese/aspell/Makefile index cbf195076058..465ba8a3122f 100644 --- a/vietnamese/aspell/Makefile +++ b/vietnamese/aspell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vi-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-vi-0.01.1-1 @@ -16,5 +12,6 @@ COMMENT= Aspell Vietnamese dictionaries DICT= vi +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> |