aboutsummaryrefslogtreecommitdiff
path: root/textproc/gd-aspell/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-07-15 14:28:44 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-07-15 14:28:44 +0000
commit8d1905f7041773dd6073d984f6e6ccd1d712e712 (patch)
tree8893373dbfdaaedace71935e09ae9fb483090676 /textproc/gd-aspell/Makefile
parent2fdadf42a218b825a5a2242f3e99367dbffa612b (diff)
downloadports-8d1905f7041773dd6073d984f6e6ccd1d712e712.tar.gz
ports-8d1905f7041773dd6073d984f6e6ccd1d712e712.zip
Notes
Diffstat (limited to 'textproc/gd-aspell/Makefile')
-rw-r--r--textproc/gd-aspell/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/gd-aspell/Makefile b/textproc/gd-aspell/Makefile
index 8cbdf55272e9..981501be5712 100644
--- a/textproc/gd-aspell/Makefile
+++ b/textproc/gd-aspell/Makefile
@@ -5,13 +5,14 @@
# $FreeBSD$
#
-PORTNAME= gd-aspell
+PORTNAME= ${DICT}-aspell
+DISTVERSION= 5-gd-0.1.1-1
+CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
-COMMENT= Aspell with Scottish Gaelic dictionary
+COMMENT= Aspell Scottish Gaelic dictionary
-MASTERDIR= ${.CURDIR}/../aspell
+DICT= gd
-ASPELL_GD= aidh
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>