diff options
author | jmz <jmz@FreeBSD.org> | 1996-07-31 09:06:39 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1996-07-31 09:06:39 +0800 |
commit | c5ce85789fbd7568ad9ebe51b54ce5a9b02f6c91 (patch) | |
tree | 318477421c35220b7000d185b91f853dbe770861 /print | |
parent | f44abb8bf3a763092e48b3d3b5df8045e1208568 (diff) | |
download | freebsd-ports-gnome-c5ce85789fbd7568ad9ebe51b54ce5a9b02f6c91.tar.gz freebsd-ports-gnome-c5ce85789fbd7568ad9ebe51b54ce5a9b02f6c91.tar.zst freebsd-ports-gnome-c5ce85789fbd7568ad9ebe51b54ce5a9b02f6c91.zip |
Change MASTER_SITES
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 |