aboutsummaryrefslogtreecommitdiff
path: root/textproc/mk-aspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/mk-aspell/Makefile')
-rw-r--r--textproc/mk-aspell/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/mk-aspell/Makefile b/textproc/mk-aspell/Makefile
index 6a396fbb1ca5..7e96bf4b3447 100644
--- a/textproc/mk-aspell/Makefile
+++ b/textproc/mk-aspell/Makefile
@@ -5,13 +5,15 @@
# $FreeBSD$
#
-PORTNAME= mk-aspell
+PORTNAME= ${DICT}-aspell
+DISTVERSION= -mk-0.50-0
+PORTEPOCH= 1
+CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
-COMMENT= Aspell with Macedonian dictionary
+COMMENT= Aspell Macedonian dictionary
-MASTERDIR= ${.CURDIR}/../aspell
+DICT= mk
-ASPELL_MK= da
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>