diff options
author | pat <pat@FreeBSD.org> | 2002-05-02 06:09:01 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-02 06:09:01 +0800 |
commit | f254d8336e76bfdbf6f05f5c1da0eda957266396 (patch) | |
tree | 8c086583fd770adefbe9f5dd58b4a1ddfeeb4b56 | |
parent | d1a515fa0190109ab1ee5eecddd47c87d3056f54 (diff) | |
download | freebsd-ports-gnome-f254d8336e76bfdbf6f05f5c1da0eda957266396.tar.gz freebsd-ports-gnome-f254d8336e76bfdbf6f05f5c1da0eda957266396.tar.zst freebsd-ports-gnome-f254d8336e76bfdbf6f05f5c1da0eda957266396.zip |
Fix MASTER_SITES
PR: 37646
Submitted by: Tilman Linneweh <tilman@arved.de>
-rw-r--r-- | sysutils/cpbk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/cpbk/Makefile b/sysutils/cpbk/Makefile index 55fe914c607f..7b0987015e28 100644 --- a/sysutils/cpbk/Makefile +++ b/sysutils/cpbk/Makefile @@ -8,7 +8,8 @@ PORTNAME= cpbk PORTVERSION= 2.0 CATEGORIES= sysutils -MASTER_SITES= http://pep.netnation.com/cpbk/ \ +MASTER_SITES= http://www.netsw.org/system/tools/fileutils/install/cpbk/ \ + http://pep.netnation.com/cpbk/ \ ftp://mocha.mkintraweb.com/pub/linux/cpbk/ MAINTAINER= ports@FreeBSD.org |