diff options
Diffstat (limited to 'textproc/hr-aspell/Makefile')
-rw-r--r-- | textproc/hr-aspell/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/hr-aspell/Makefile b/textproc/hr-aspell/Makefile index 0bd217afee3b..ceb761ad2eae 100644 --- a/textproc/hr-aspell/Makefile +++ b/textproc/hr-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= hr-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -hr-0.51-0 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Croatian dictionary +COMMENT= Aspell Croatian dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= hr -ASPELL_HR= da - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |