diff options
Diffstat (limited to 'french/aspell/Makefile')
-rw-r--r-- | french/aspell/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/french/aspell/Makefile b/french/aspell/Makefile index ad6d038e6a79..3aaed9062d67 100644 --- a/french/aspell/Makefile +++ b/french/aspell/Makefile @@ -6,13 +6,14 @@ # PORTNAME= aspell -CATEGORIES= french +DISTVERSION= -fr-0.50-3 +PORTEPOCH= 1 +CATEGORIES= french textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with French dictionaries +COMMENT= Aspell French dictionaries -MASTERDIR= ${.CURDIR}/../../textproc/aspell +DICT= fr -ASPELL_FR= oui - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |