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