diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 08:37:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 08:37:17 +0800 |
commit | ba03e051e82fca13597a0f6f7b3268d0c405d2d2 (patch) | |
tree | a11e3ac77bddb471527bb3cc2eea5deb4498adb7 /textproc/ispell | |
parent | 15323e14ca5e26ed7f61689771fc0aa594453e3e (diff) | |
download | freebsd-ports-gnome-ba03e051e82fca13597a0f6f7b3268d0c405d2d2.tar.gz freebsd-ports-gnome-ba03e051e82fca13597a0f6f7b3268d0c405d2d2.tar.zst freebsd-ports-gnome-ba03e051e82fca13597a0f6f7b3268d0c405d2d2.zip |
- Switch SourceForge ports to the new File Release System: categories starting with T,U,V
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 4a3d86f2a501..63b901ef0738 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -154,15 +154,14 @@ EXTRA_DICT+= ${FIDICTFILE}:fi ${FIAFFIXFILE}:fi .endif .if defined(ISPELL_PL) PLDISTFILE= ispell-pl-20021127.tar.gz -MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:S/$/:pl/} -MASTER_SITE_SUBDIR+= ispell-pl/:pl +MASTER_SITES+= SF/ispell-pl/ispell-pl/20021127:pl MASKBITS?= 64 EXTRA_DICT+= ${PLDISTFILE}:pl EXTRACT_ONLY+= ${PLDISTFILE} BUILDHASH= ${WRKDIR}/${PLDISTFILE:S=.tar.gz==}/zbuduj.slownik.sh .endif .if defined(ISPELL_BG) -MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:S/$/:bg/} +MASTER_SITES+= SF/bgoffice/Ispell%20BG/2.1:bg MASTER_SITE_SUBDIR+= bgoffice/:bg BGDISTFILE= ispell-bg-2.1.tar.gz MASKBITS?= 64 |