aboutsummaryrefslogtreecommitdiff
path: root/textproc/tn-aspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/tn-aspell/Makefile')
-rw-r--r--textproc/tn-aspell/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/tn-aspell/Makefile b/textproc/tn-aspell/Makefile
index ec4838d7030b..65935933ab37 100644
--- a/textproc/tn-aspell/Makefile
+++ b/textproc/tn-aspell/Makefile
@@ -5,13 +5,14 @@
# $FreeBSD$
#
-PORTNAME= tn-aspell
+PORTNAME= ${DICT}-aspell
+DISTVERSION= 5-tn-1.0.1-0
+CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
-COMMENT= Aspell with Tswana dictionary
+COMMENT= Aspell Tswana dictionary
-MASTERDIR= ${.CURDIR}/../aspell
+DICT= tn
-ASPELL_TN= ee
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>