diff options
author | thierry <thierry@FreeBSD.org> | 2007-02-15 07:11:55 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-02-15 07:11:55 +0800 |
commit | fa6660f5edccf499dd4fe0e080f33679c435a095 (patch) | |
tree | a7263eb5a89da136c5cf66eb006b3af3e37c09b4 /textproc/aspell | |
parent | 9f009ba0e7168c2b43ec206d4a4f5c2f76b2580a (diff) | |
download | freebsd-ports-gnome-fa6660f5edccf499dd4fe0e080f33679c435a095.tar.gz freebsd-ports-gnome-fa6660f5edccf499dd4fe0e080f33679c435a095.tar.zst freebsd-ports-gnome-fa6660f5edccf499dd4fe0e080f33679c435a095.zip |
Really normalize Aspell dictionaries ports PKGVERSION...
textproc/aspell/Makefile.inc had been forgotten in the previous commit.
PR: ports/106573
Submitted by: Marcin Wisnicki <mwisnicki+freebsd (at) gmail.com>
Reported by: Michel TALON <talon (at) lpthe.jussieu.fr>
Pointyhat to: /me
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/aspell/Makefile.inc b/textproc/aspell/Makefile.inc index eacbbf1e86bb..a8c520448adb 100644 --- a/textproc/aspell/Makefile.inc +++ b/textproc/aspell/Makefile.inc @@ -4,6 +4,7 @@ MASTER_SITES?= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR?= aspell/dict/${DICT} DISTNAME?= aspell${DISTVERSION} +PORTVERSION?= ${DISTVERSION:L:C/cvs/0_/:C/pt_../p/:C/[0-9]?-?[a-z]+-//g:C/([0-9])([a-z])/\1.\2/g:C/:(.)/\1/g:C/[^a-z0-9+]+/./g} .if ${PORTNAME} == "en-aspell" || defined(WITHOUT_DICTEN) LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell-without-dicten |