diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-08-22 20:44:34 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-08-22 20:44:34 +0000 |
commit | a2c683daec79e22c62c782a653b968f5f68d8dcd (patch) | |
tree | 0eb967b031e1100bab0387ea7b1e7e22957e3ee5 /net/cdpr | |
parent | Update to 1.6.8. (diff) |
Fix MASTER_SITES.
PR: ports/41885
Submitted by: maintainer
Approved by: dwcjr (mentor)
Notes
Notes:
svn path=/head/; revision=64844
Diffstat (limited to 'net/cdpr')
-rw-r--r-- | net/cdpr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cdpr/Makefile b/net/cdpr/Makefile index 97b49297dd28..a845d00afbe4 100644 --- a/net/cdpr/Makefile +++ b/net/cdpr/Makefile @@ -9,7 +9,7 @@ PORTNAME= cdpr PORTVERSION= 1.0.6 CATEGORIES= net -MASTER_SITES= http://www.monkeymental.com/mmfiles/ \ +MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz |