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