diff options
Diffstat (limited to 'vietnamese/aspell/Makefile')
-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> |