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