diff options
author | krion <krion@FreeBSD.org> | 2004-08-30 08:30:46 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-30 08:30:46 +0000 |
commit | cc30b0a11f8791ecd3561a15fded2ad9dc691005 (patch) | |
tree | d55bf74207129ebae28c48318101093f3ce345d0 /sysutils | |
parent | ad624d2ebb67286de5639f11cb6a0bd2ac260f5e (diff) | |
download | FreeBSD-ports-cc30b0a11f8791ecd3561a15fded2ad9dc691005.zip FreeBSD-ports-cc30b0a11f8791ecd3561a15fded2ad9dc691005.tar.gz |
Fix MASTER_SITES
PR: ports/71123
Submitted by: Ports Fury
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmbluecpu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/wmbluecpu/Makefile b/sysutils/wmbluecpu/Makefile index 956c030..a9780a5 100644 --- a/sysutils/wmbluecpu/Makefile +++ b/sysutils/wmbluecpu/Makefile @@ -8,8 +8,8 @@ PORTNAME= wmbluecpu PORTVERSION= 0.4 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://ibiblio.org/pub/linux/X11/xutils/ \ - ftp://ftp.ibiblio.org/pub/linux/X11/xutils/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/xutils MAINTAINER= ports@FreeBSD.org COMMENT= A CPU monitoring dockapp |