aboutsummaryrefslogtreecommitdiff
path: root/textproc/lt-aspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/lt-aspell/Makefile')
-rw-r--r--textproc/lt-aspell/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/lt-aspell/Makefile b/textproc/lt-aspell/Makefile
index 0968042c7929..479981c5e3d8 100644
--- a/textproc/lt-aspell/Makefile
+++ b/textproc/lt-aspell/Makefile
@@ -5,13 +5,14 @@
# $FreeBSD$
#
-PORTNAME= lt-aspell
+PORTNAME= ${DICT}-aspell
+DISTVERSION= 6-lt-1.1+cvs20060103-0
+CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
-COMMENT= Aspell with Lithuanian dictionary
+COMMENT= Aspell Lithuanian dictionary
-MASTERDIR= ${.CURDIR}/../aspell
+DICT= lt
-ASPELL_LT= taip
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>