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