diff options
author | krion <krion@FreeBSD.org> | 2004-08-30 16:30:46 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-30 16:30:46 +0800 |
commit | cc30b0a11f8791ecd3561a15fded2ad9dc691005 (patch) | |
tree | d55bf74207129ebae28c48318101093f3ce345d0 /sysutils/wmbluecpu | |
parent | ad624d2ebb67286de5639f11cb6a0bd2ac260f5e (diff) | |
download | freebsd-ports-gnome-cc30b0a11f8791ecd3561a15fded2ad9dc691005.tar.gz freebsd-ports-gnome-cc30b0a11f8791ecd3561a15fded2ad9dc691005.tar.zst freebsd-ports-gnome-cc30b0a11f8791ecd3561a15fded2ad9dc691005.zip |
Fix MASTER_SITES
PR: ports/71123
Submitted by: Ports Fury
Diffstat (limited to 'sysutils/wmbluecpu')
-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 956c030265a3..a9780a5e26f8 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 |