diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-09 18:43:41 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-09 18:43:41 +0000 |
commit | b20a05a47c983449055b7c9e6a42e5a303a5283e (patch) | |
tree | 4f38b131bb5164cf1320433b3e3ba8749cd608f0 /security/py-fchksum | |
parent | 6bdc24f959a72b4f81927db33068923fbf1d19da (diff) |
Fix MASTER_SITES
PR: 53090
Submitted by: bento, Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
Notes
Notes:
svn path=/head/; revision=82613
Diffstat (limited to 'security/py-fchksum')
-rw-r--r-- | security/py-fchksum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-fchksum/Makefile b/security/py-fchksum/Makefile index 07fed15c69ce..d3983be90905 100644 --- a/security/py-fchksum/Makefile +++ b/security/py-fchksum/Makefile @@ -9,7 +9,7 @@ PORTNAME= fchksum PORTVERSION= 1.6.1 CATEGORIES= security python -MASTER_SITES= http://www.azstarnet.com/~donut/programs/fchksum/ +MASTER_SITES= http://www.dakotacom.net/~donut/programs/fchksum/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} |