diff options
author | mich <mich@FreeBSD.org> | 2006-08-21 18:55:42 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2006-08-21 18:55:42 +0800 |
commit | 02f8ff61772ed7489d7c7d9112e417fb8a95a8d7 (patch) | |
tree | b81fa99601d89cd23b9e229bd9b6906d84580934 | |
parent | 29319d83666bba81f47c2047f1f5a4ed32b57067 (diff) | |
download | freebsd-ports-gnome-02f8ff61772ed7489d7c7d9112e417fb8a95a8d7.tar.gz freebsd-ports-gnome-02f8ff61772ed7489d7c7d9112e417fb8a95a8d7.tar.zst freebsd-ports-gnome-02f8ff61772ed7489d7c7d9112e417fb8a95a8d7.zip |
- add MASTER_SITE
-rw-r--r-- | net-mgmt/cdpr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/cdpr/Makefile b/net-mgmt/cdpr/Makefile index 0486ee56c258..b52915c776f7 100644 --- a/net-mgmt/cdpr/Makefile +++ b/net-mgmt/cdpr/Makefile @@ -9,7 +9,8 @@ PORTNAME= cdpr PORTVERSION= 2.2.0 CATEGORIES= net-mgmt -MASTER_SITES= http://www.monkeymental.com/mmfiles/ +MASTER_SITES= http://www.monkeymental.com/mmfiles/ \ + http://freebsdcluster.org/~mich/software/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mich@FreeBSD.org |