diff options
author | jmz <jmz@FreeBSD.org> | 1996-03-02 10:08:23 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1996-03-02 10:08:23 +0800 |
commit | 6fad9a4b095d472571044b168a11feacce3ab235 (patch) | |
tree | e4ee957d19ea726f0270eb25f4f9767e3d2c9f5e /print/tex | |
parent | 8c25b0f5f2225b0155e8eaa3927dc40782c51e1e (diff) | |
download | freebsd-ports-gnome-6fad9a4b095d472571044b168a11feacce3ab235.tar.gz freebsd-ports-gnome-6fad9a4b095d472571044b168a11feacce3ab235.tar.zst freebsd-ports-gnome-6fad9a4b095d472571044b168a11feacce3ab235.zip |
Use a version number in 2 tarballs (web and web2c), so that they can be
shared with the japanese port.
Diffstat (limited to 'print/tex')
-rw-r--r-- | print/tex/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index 34133ba1f7ba..36537b55e554 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -3,13 +3,13 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.18 1995/10/05 17:31:06 jmz Exp $ +# $Id: Makefile,v 1.19 1995/11/22 13:18:26 asami Exp $ # DISTNAME= web2c-6.1 PKGNAME= tex-3.1415 CATEGORIES+= print -DISTFILES= web2c.tar.gz web.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ +DISTFILES= web2c-6.1.tar.gz web-6.1.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ mf_lib.tar.gz cm_mf.tar.gz modes.mf MAINTAINER= jmz@FreeBSD.org @@ -29,10 +29,10 @@ FORMATS= tex.fmt CFLAGS+= -L${X11BASE}/lib -web2c.tar.gz: - @${FTPGET} ${CTAN} /tex-archive/systems/web2c web2c.tar.gz ${DISTDIR}/$@ -web.tar.gz: - @${FTPGET} ${CTAN} /tex-archive/systems/web2c web.tar.gz ${DISTDIR}/$@ +web2c-6.1.tar.gz: + @${FTPGET} ${CTAN} /tex-archive/systems/web2c web2c-6.1.tar.gz ${DISTDIR}/$@ +web-6.1.tar.gz: + @${FTPGET} ${CTAN} /tex-archive/systems/web2c web-6.1.tar.gz ${DISTDIR}/$@ cm_mf.tar.gz: @${FTPGET} ${CTAN} /tex-archive/fonts cm/mf.tar.gz ${DISTDIR}/$@ cm_tfm.tar.gz: |