diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-18 08:35:35 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-18 08:35:35 +0000 |
commit | 5103e8d9a35cf88c34d66a3aff74e6f98e5cc2e8 (patch) | |
tree | 5e22abaeb221d3cf732bdd47f205d1c4b3ce660d /net/ddup | |
parent | Update to 0.1.8 and include bugpatch 1 and 2 from author (diff) |
Fix master sites
PR: 36680
Submitted by: Jason Harris <jharris@widomaker.com>
Approved by: mail bounce
Notes
Notes:
svn path=/head/; revision=59421
Diffstat (limited to 'net/ddup')
-rw-r--r-- | net/ddup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ddup/Makefile b/net/ddup/Makefile index 2b83fa97279d..1ebd3d2209f2 100644 --- a/net/ddup/Makefile +++ b/net/ddup/Makefile @@ -8,7 +8,7 @@ PORTNAME= ddup PORTVERSION= 3.0.1 CATEGORIES= net -MASTER_SITES= http://www.ddup.org/download/ +MASTER_SITES= ${MASTER_SITES_LOCAL} DISTNAME= ${PORTNAME}-${PORTVERSION}-unix MAINTAINER= cjm2@altavista.net |