diff options
Diffstat (limited to 'textproc/qu-aspell/Makefile')
-rw-r--r-- | textproc/qu-aspell/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/qu-aspell/Makefile b/textproc/qu-aspell/Makefile index 84ea57c99620..5dba71b11352 100644 --- a/textproc/qu-aspell/Makefile +++ b/textproc/qu-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= qu-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-qu-0.02-0 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Quechua dictionary +COMMENT= Aspell Quechua dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= qu -ASPELL_QU= ari - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |