diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-23 15:33:49 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-23 15:33:49 +0000 |
commit | 48203641414324b8b64506ea3c563a887cf4836c (patch) | |
tree | b7aa274ae53152f32ac3bbef3bebb44470c272f6 | |
parent | c09e09e8773308713cc26e04fef0bb5a7d6a4a49 (diff) |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Switch MASTER_SITE to make this port fetchable.
Notes
Notes:
svn path=/head/; revision=77261
-rw-r--r-- | sysutils/maint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/maint/Makefile b/sysutils/maint/Makefile index 3663113c43ee..f343c732f3b3 100644 --- a/sysutils/maint/Makefile +++ b/sysutils/maint/Makefile @@ -8,8 +8,8 @@ PORTNAME= maint PORTVERSION= 0.5.2 CATEGORIES= sysutils python -MASTER_SITES= http://www.dynaplex.net/opensource/software/ - +MASTER_SITES= http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ + http://people.FreeBSD.org/~foxfair/distfiles/ MAINTAINER= ports@FreeBSD.Org COMMENT= System maintenance package written in Python and CSH |