diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-19 19:42:24 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-19 19:42:24 +0000 |
commit | 91e4b39ad144d2748e636324064dc51471994fc7 (patch) | |
tree | a264972c2dae0a63380c2f20e94001bc74cdb01f /print | |
parent | 1. Add Satoshi's much-requested "fake pkg_add" option to the installation (diff) |
Change the master site.
Diffstat (limited to 'print')
-rw-r--r-- | print/makeindex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index e580c9c96f2c..4c870965fbd5 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -3,13 +3,13 @@ # Date created: 12 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.4 1995/04/15 04:33:58 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/17 20:31:29 asami Exp $ # DISTNAME= makeindex PKGNAME= makeindex-3.0.8 CATEGORIES+= printing -MASTER_SITES= ftp://achilles.doc.ic.ac.uk/tex/contrib/Schrod/ +MASTER_SITES= ftp://ftp.th-darmstadt.de/pub/tex/src/makeindex/BETA/ DISTFILES= makeindex-3.0.8.tar.Z MAINTAINER= jmz@FreeBSD.org |