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