diff options
Diffstat (limited to 'textproc/hil-aspell/Makefile')
-rw-r--r-- | textproc/hil-aspell/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/hil-aspell/Makefile b/textproc/hil-aspell/Makefile index 47942acd41c7..828dd06ef877 100644 --- a/textproc/hil-aspell/Makefile +++ b/textproc/hil-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= hil-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 5-hil-0.11-0 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Hiligaynon dictionary +COMMENT= Aspell Hiligaynon dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= hil -ASPELL_HIL= hu-o - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |