aboutsummaryrefslogtreecommitdiff
path: root/textproc/cy-aspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/cy-aspell/Makefile')
-rw-r--r--textproc/cy-aspell/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/cy-aspell/Makefile b/textproc/cy-aspell/Makefile
index 7eea4d45eccf..2fa732766174 100644
--- a/textproc/cy-aspell/Makefile
+++ b/textproc/cy-aspell/Makefile
@@ -5,13 +5,15 @@
# $FreeBSD$
#
-PORTNAME= cy-aspell
+PORTNAME= ${DICT}-aspell
+DISTVERSION= -cy-0.50-3
+PORTEPOCH= 1
+CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
-COMMENT= Aspell with Welsh dictionary
+COMMENT= Aspell Welsh dictionary
-MASTERDIR= ${.CURDIR}/../aspell
+DICT= cy
-ASPELL_CY= ie
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>