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