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