diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
commit | 8d1905f7041773dd6073d984f6e6ccd1d712e712 (patch) | |
tree | 8893373dbfdaaedace71935e09ae9fb483090676 /textproc/nn-aspell/Makefile | |
parent | 2fdadf42a218b825a5a2242f3e99367dbffa612b (diff) |
Notes
Diffstat (limited to 'textproc/nn-aspell/Makefile')
-rw-r--r-- | textproc/nn-aspell/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/nn-aspell/Makefile b/textproc/nn-aspell/Makefile index 4dd91c34b9b6..6299c70b292f 100644 --- a/textproc/nn-aspell/Makefile +++ b/textproc/nn-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= nn-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -nn-0.50.1-1 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Norwegian Nynorsk dictionary +COMMENT= Aspell Norwegian Nynorsk dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= nn -ASPELL_NN= ja - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |