diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 22:58:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 22:58:03 +0000 |
commit | 680fd5e7c7f6d211405067d5330b79f7e3ebdc1f (patch) | |
tree | 21b245d4c1f263ed0b282f5b53d715d945a15b62 /sysutils | |
parent | remove extra directories properly. (diff) |
remove stale MASTER_SITES.
PR: 23851
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Found by: Fenner's portsurvey
Notes
Notes:
svn path=/head/; revision=36486
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xlogmaster/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/xlogmaster/Makefile b/sysutils/xlogmaster/Makefile index 6458517557d6..91660dd8dbf4 100644 --- a/sysutils/xlogmaster/Makefile +++ b/sysutils/xlogmaster/Makefile @@ -8,10 +8,7 @@ PORTNAME= xlogmaster PORTVERSION= 1.6.0 CATEGORIES= sysutils -MASTER_SITES= ftp://sunsite.doc.ic.ac.uk/packages/gnu/\ - ${MASTER_SITE_GNU}\ - http://www.fusebox.hanse.de/xlogmaster/development/\ - http://porter.desy.de/~greve/xlogmaster/development/ +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= xlogmaster MAINTAINER= aw1@stade.co.uk |