diff options
Diffstat (limited to 'textproc/mt-aspell/Makefile')
-rw-r--r-- | textproc/mt-aspell/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/mt-aspell/Makefile b/textproc/mt-aspell/Makefile index e8dc5c309323..cdd687d37bb0 100644 --- a/textproc/mt-aspell/Makefile +++ b/textproc/mt-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= mt-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -mt-0.50-0 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Maltese dictionary +COMMENT= Aspell Maltese dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= mt -ASPELL_MT= iva - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |