diff options
author | tron <tron> | 1998-08-14 07:45:26 +0000 |
---|---|---|
committer | tron <tron> | 1998-08-14 07:45:26 +0000 |
commit | c3557dad7940f0a8df0f8f4bc7fd37caab6a2273 (patch) | |
tree | 375407c08a91152dcf096d566859455ba643e4d7 /mail | |
parent | 8bcf8d16fe702fe7b1b02d5d760f92abc185d842 (diff) | |
download | pkgsrc-c3557dad7940f0a8df0f8f4bc7fd37caab6a2273.tar.gz |
"${MASTER_SITES}" as suggested by Jim Bernard in PR pkg/5964.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exmh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index fc8c38adb9c..983a4e319b4 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.11 1998/06/18 15:25:24 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/08/14 07:45:26 tron Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # DISTNAME= exmh-2.0.2 CATEGORIES= mail tk80 -MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/exmh/ +MASTER_SITES= http://sunscript.sun.com/dist/ EXTRACT_SUFX= .tar.Z PATCH_SITES= http://sunscript.sun.com/exmh/patches/2.0.1/ |