diff options
Diffstat (limited to 'textproc/tet-aspell/Makefile')
-rw-r--r-- | textproc/tet-aspell/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/tet-aspell/Makefile b/textproc/tet-aspell/Makefile index bb8490fcb06f..7eebd2d3a07f 100644 --- a/textproc/tet-aspell/Makefile +++ b/textproc/tet-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= tet-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 5-tet-0.1.1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Tetum dictionary +COMMENT= Aspell Tetum dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= tet -ASPELL_TET= sin - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |