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