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