diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-07-31 01:06:39 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-07-31 01:06:39 +0000 |
commit | 0be085a9f987e68e38bde356be8928384931e1e3 (patch) | |
tree | 6aa4cba824fd6793281589a91b7204463cab0ecb /print | |
parent | Upgrade to version 2.41 (diff) |
Change MASTER_SITES
Notes
Notes:
svn path=/head/; revision=3470
Diffstat (limited to 'print')
-rw-r--r-- | print/psutils-letter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index 6d6f0d8bd8c7..142f5167d203 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -3,13 +3,14 @@ # Date created: 21 September 1994 # Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.8 1996/03/28 23:25:40 jmz Exp rootk $ +# $Id: Makefile,v 1.9 1996/05/13 15:41:00 jmz Exp $ # DISTNAME= psutils-1.13 PKGNAME= psutils-${PAPERSIZE}-1.13 CATEGORIES+= print -MASTER_SITES= ftp://ftp.sunet.se/pub/text-processing/postscript/utilities/psutils/ +MASTER_SITES= ftp://nic.switch.ch/software/sources/psutils-1.8/ \ + ftp://ftp.imag.fr/pub1/postscript/ MAINTAINER= jmz@FreeBSD.org |