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