diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-03 20:30:32 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-03 20:30:32 +0000 |
commit | 46c0fe280515c9bfe1bcedc7fee2f3462fc00279 (patch) | |
tree | a1223df9af181d055fcb6a011a7fdf6acba4a1bd /devel/varconf | |
parent | Ignore building on ia64, sparc64 and alpha. (diff) |
fix MASTER_SITES
Noted by: pointyhat via kris
Approved by: portmgr (krion)
Diffstat (limited to 'devel/varconf')
-rw-r--r-- | devel/varconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile index 8f33c19887c5..af0df1b1d4b1 100644 --- a/devel/varconf/Makefile +++ b/devel/varconf/Makefile @@ -9,7 +9,7 @@ PORTNAME= varconf PORTVERSION= 0.6.2 PORTREVISION= 0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.worldforge.org/libs/varconf/ \ +MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/varconf/ \ http://purple.worldforge.org/wf/downloads/libs/varconf/ MAINTAINER= oliver@FreeBSD.org |