diff options
author | wiz <wiz> | 2005-10-22 13:05:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-22 13:05:53 +0000 |
commit | 4644865ce0eba8f5b45e616f4a71567e937db3f1 (patch) | |
tree | 9cbfc40dea8d8e3334ecdad8d46db2ce50e30ffc | |
parent | d9805b54f54018fc3b4f6aada6967b81a30b23f9 (diff) | |
download | pkgsrc-4644865ce0eba8f5b45e616f4a71567e937db3f1.tar.gz |
Remove dead MASTER_SITES entry. From Zafer Aydogan in PR 31823.
-rw-r--r-- | print/bg5ps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/bg5ps/Makefile b/print/bg5ps/Makefile index 8c86c82c184..a606c9cc95f 100644 --- a/print/bg5ps/Makefile +++ b/print/bg5ps/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:06 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/22 13:05:53 wiz Exp $ DISTNAME= bg5ps-1.3.0 PKGREVISION= 1 CATEGORIES= print converters -MASTER_SITES= ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/bg5ps/ \ - ftp://freebsd.sinica.edu.tw/pub/keith/ +MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ MAINTAINER= shell@NetBSD.org HOMEPAGE= http://students.washington.edu/cschin/bg5ps/ |