diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-12 09:09:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-12 09:09:47 +0000 |
commit | 9858b9137f12286dea54a64637c9976d60a1f442 (patch) | |
tree | a7cb1648ea2566df3629aca2e587c6b30f8c5aa2 /textproc/ca-aspell | |
parent | a187acc298411a7b6cb34f4a5f04a87d6ea9f75f (diff) | |
download | ports-9858b9137f12286dea54a64637c9976d60a1f442.tar.gz ports-9858b9137f12286dea54a64637c9976d60a1f442.zip |
Rename the magic DISTVERSION into SPELLVERSION for the aspell ports.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=438338
Diffstat (limited to 'textproc/ca-aspell')
-rw-r--r-- | textproc/ca-aspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ca-aspell/Makefile b/textproc/ca-aspell/Makefile index 8755011d18f8..82f5d5f241f1 100644 --- a/textproc/ca-aspell/Makefile +++ b/textproc/ca-aspell/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ${DICT}-aspell -DISTVERSION= 6-ca-2.1.5-1 +SPELLVERSION= 6-ca-2.1.5-1 PORTEPOCH= 1 CATEGORIES= textproc |