mirror of https://git.FreeBSD.org/ports.git
Fixes from Jean-Marc Zucconi. Thanks yet again!
Submitted by: jmz
This commit is contained in:
parent
4fc7079da8
commit
c030153a85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368
|
|
@ -14,7 +14,7 @@ CURDIR= ${.CURDIR}
|
|||
|
||||
DISTNAME= web2c-6.1
|
||||
|
||||
#other equivalent sites: ftp.shsu.edu dtp.dante.de
|
||||
#other equivalent sites: ftp.shsu.edu ftp.dante.de
|
||||
CTAN= ftp.tex.ac.uk
|
||||
|
||||
|
||||
|
|
@ -75,7 +75,7 @@ mf_lib.tar.gz:
|
|||
modes.mf:
|
||||
@(cd ${DISTDIR}; if [ ! -f $@ ]; then \
|
||||
make -f ${CURDIR}/Makefile fetch-file FTPGET=${FTPGET} \
|
||||
ftp_dir=/tex-archive/systems/web2c file_in=modes.mf file_out=$@; \
|
||||
ftp_dir=/tex-archive/fonts/modes file_in=modes.mf file_out=$@; \
|
||||
fi;)
|
||||
tex_base.tar.gz:
|
||||
@(cd ${DISTDIR}; if [ ! -f $@ ]; then \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DISTNAME= chimera-1.60
|
||||
DISTNAME= chimera-1.61
|
||||
USE_IMAKE= yes
|
||||
MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DISTNAME= chimera-1.60
|
||||
DISTNAME= chimera-1.61
|
||||
USE_IMAKE= yes
|
||||
MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue