diff options
Diffstat (limited to 'textproc/it-aspell/Makefile')
-rw-r--r-- | textproc/it-aspell/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/it-aspell/Makefile b/textproc/it-aspell/Makefile index 02529acf1587..b21f1e2b865f 100644 --- a/textproc/it-aspell/Makefile +++ b/textproc/it-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= it-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-it-2.2_20050523-0 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Italian dictionary +COMMENT= Aspell Italian dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= it -ASPELL_IT= sė - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |