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