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