diff options
Diffstat (limited to 'textproc/et-aspell')
-rw-r--r-- | textproc/et-aspell/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/et-aspell/Makefile b/textproc/et-aspell/Makefile index b6388e5994f2..d96177f39f0c 100644 --- a/textproc/et-aspell/Makefile +++ b/textproc/et-aspell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: et-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= ${DICT}-aspell DISTVERSION= 6-et-0.1.21-1 @@ -16,5 +12,6 @@ COMMENT= Aspell Estonian dictionary DICT= et +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> |