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/nds-aspell/Makefile | |
parent | 2fdadf42a218b825a5a2242f3e99367dbffa612b (diff) |
Notes
Diffstat (limited to 'textproc/nds-aspell/Makefile')
-rw-r--r-- | textproc/nds-aspell/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/nds-aspell/Makefile b/textproc/nds-aspell/Makefile index 4b83b1b998c9..bec153c0a4e9 100644 --- a/textproc/nds-aspell/Makefile +++ b/textproc/nds-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= nds-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-nds-0.01-0 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Low Saxon dictionary +COMMENT= Aspell Low Saxon dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= nds -ASPELL_NDS= jau - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |