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