diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-07 11:18:20 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-07 11:18:20 +0000 |
commit | 073dcaad4dc5ede89bdffb9117c89f9ad20cecba (patch) | |
tree | e6e0de90d64bc82a03f2d7076c542387d8aae010 | |
parent | 9473256b1ccdce2a43d630407e388d872530b1a2 (diff) | |
download | freebsd-ports-073dcaad4dc5ede89bdffb9117c89f9ad20cecba.zip |
Update MASTER_SITES
Notified by: fenner's distfile survey
-rw-r--r-- | graphics/metacam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile index 22a34dd87640..13e172ec056c 100644 --- a/graphics/metacam/Makefile +++ b/graphics/metacam/Makefile @@ -8,7 +8,9 @@ PORTNAME= metacam PORTVERSION= 1.2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cheeseplant.org/pub/ +MASTER_SITES= http://critical.ch/distfiles/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= A digital camera EXIF meta-information reader |