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