diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-14 23:11:55 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-14 23:11:55 +0000 |
commit | 74f1a459117ec32b88ac03443c0b1c8a0b885f73 (patch) | |
tree | 4fec26625d68925a75efc962beafd97815f01238 /textproc/aspell | |
parent | ca4fbdd00977bb8d5ed70960006427fb72062db7 (diff) |
Notes
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 |