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