diff options
Diffstat (limited to 'textproc/sl-aspell/Makefile')
-rw-r--r-- | textproc/sl-aspell/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/sl-aspell/Makefile b/textproc/sl-aspell/Makefile index 25c30682586c..ffcf5409d169 100644 --- a/textproc/sl-aspell/Makefile +++ b/textproc/sl-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= sl-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -sl-0.50-0 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Slovenian dictionary +COMMENT= Aspell Slovenian dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= sl -ASPELL_SL= da - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |