aboutsummaryrefslogtreecommitdiff
path: root/textproc/sv-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/sv-aspell/Makefile
parent2fdadf42a218b825a5a2242f3e99367dbffa612b (diff)
downloadports-8d1905f7041773dd6073d984f6e6ccd1d712e712.tar.gz
ports-8d1905f7041773dd6073d984f6e6ccd1d712e712.zip
Notes
Diffstat (limited to 'textproc/sv-aspell/Makefile')
-rw-r--r--textproc/sv-aspell/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/sv-aspell/Makefile b/textproc/sv-aspell/Makefile
index 7ef7e24a45df..5c3e86fcbfca 100644
--- a/textproc/sv-aspell/Makefile
+++ b/textproc/sv-aspell/Makefile
@@ -5,13 +5,15 @@
# $FreeBSD$
#
-PORTNAME= sv-aspell
+PORTNAME= ${DICT}-aspell
+DISTVERSION= -sv-0.51-0
+PORTEPOCH= 1
+CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
-COMMENT= Aspell with Swedish dictionary
+COMMENT= Aspell Swedish dictionary
-MASTERDIR= ${.CURDIR}/../aspell
+DICT= sv
-ASPELL_SV= ja
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>