diff options
Diffstat (limited to 'textproc/gu-aspell/Makefile')
-rw-r--r-- | textproc/gu-aspell/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/gu-aspell/Makefile b/textproc/gu-aspell/Makefile index 8bf899e01a2c..3be4392f362c 100644 --- a/textproc/gu-aspell/Makefile +++ b/textproc/gu-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= gu-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-gu-0.02-0 +CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org -COMMENT= Aspell with Gujarati dictionary +COMMENT= Aspell Gujarati dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= gu -ASPELL_GU= au - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |