diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:24:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:24:37 +0000 |
commit | 0074c5fa8cabe431c6868442326d476bb5ef2047 (patch) | |
tree | 1ef31ba9ad1115bd0e23a01a51630f10289403b1 /textproc/hunspell | |
parent | 6b5fb87219ee4fff450c5a6daf74accfe83318ae (diff) | |
download | ports-0074c5fa8cabe431c6868442326d476bb5ef2047.tar.gz ports-0074c5fa8cabe431c6868442326d476bb5ef2047.zip |
Notes
Diffstat (limited to 'textproc/hunspell')
-rw-r--r-- | textproc/hunspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index dc57e1e674a5..0609fb2a328f 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -8,8 +8,8 @@ PORTNAME= hunspell PORTVERSION= 1.2.8 CATEGORIES= hungarian textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S@$@:code@:S@%SUBDIR%@${PORTNAME}@} \ - ${MASTER_SITE_SOURCEFORGE:S@$@:data@:S@%SUBDIR%@magyarispell@} +MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION}:code \ + SF/magyarispell/Magyar%20Ispell/${DICTVERSION}:data DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:code \ hu_HU-${DICTVERSION}${EXTRACT_SUFX}:data |