diff options
Diffstat (limited to 'textproc/fa-aspell/Makefile')
-rw-r--r-- | textproc/fa-aspell/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/fa-aspell/Makefile b/textproc/fa-aspell/Makefile index 9578c58..7e210c4 100644 --- a/textproc/fa-aspell/Makefile +++ b/textproc/fa-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= fa-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-fa-0.02-0 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Persian (Farsi) dictionary +COMMENT= Aspell Persian (Farsi) dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= fa -ASPELL_FA= bale - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |