aboutsummaryrefslogtreecommitdiff
path: root/textproc/fa-aspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/fa-aspell/Makefile')
-rw-r--r--textproc/fa-aspell/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/fa-aspell/Makefile b/textproc/fa-aspell/Makefile
index 9578c58e157e..7e210c499918 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>