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