diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-03-02 02:08:23 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-03-02 02:08:23 +0000 |
commit | 6253533986d36a8aaf771e81e4cc0119963a11fb (patch) | |
tree | 24eda292f4b2c98ea918857b57a1c1a0d92161a9 /print/tex | |
parent | fe541b2ad811da698c8f336dcdf2feaa6b029800 (diff) | |
download | ports-6253533986d36a8aaf771e81e4cc0119963a11fb.tar.gz ports-6253533986d36a8aaf771e81e4cc0119963a11fb.zip |
Use a version number in 2 tarballs (web and web2c), so that they can be
shared with the japanese port.
Notes
Notes:
svn path=/head/; revision=2764
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: |