diff options
author | tron <tron@pkgsrc.org> | 1998-08-14 07:45:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-08-14 07:45:26 +0000 |
commit | 603ca57a2ccab06f4fd4bd8e4f68068545482121 (patch) | |
tree | 375407c08a91152dcf096d566859455ba643e4d7 /mail/exmh | |
parent | fe22fc79254b75d4eaf0e68b02749a87864930ef (diff) | |
download | pkgsrc-603ca57a2ccab06f4fd4bd8e4f68068545482121.tar.gz |
"${MASTER_SITES}" as suggested by Jim Bernard in PR pkg/5964.
Diffstat (limited to 'mail/exmh')
-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/ |