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