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