diff options
Diffstat (limited to 'german/aspell/Makefile')
-rw-r--r-- | german/aspell/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/german/aspell/Makefile b/german/aspell/Makefile index ec2ad4cb8e76..5f6098da2192 100644 --- a/german/aspell/Makefile +++ b/german/aspell/Makefile @@ -6,13 +6,13 @@ # PORTNAME= aspell -CATEGORIES= german +DISTVERSION= 6-de-20030222-1 +CATEGORIES= german textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with German dictionary +COMMENT= Aspell German dictionary -MASTERDIR= ${.CURDIR}/../../textproc/aspell +DICT= de -ASPELL_DE= ja - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |