diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-02-28 19:18:47 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-02-28 19:18:47 +0000 |
commit | e5da0dfe7d110994a6b266e4be79131cf0c618bb (patch) | |
tree | 9996b1744ca7142e986f1be01b0b2864a6e3d193 /graphics/exiv2 | |
parent | ba452e2fc9bf46c916a177218925ac8d3454d5cb (diff) |
Notes
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index b78e82e0431a..68faf8d1ef74 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -8,7 +8,8 @@ PORTNAME= exiv2 PORTVERSION= 0.9 CATEGORIES= graphics -MASTER_SITES= http://home.arcor.de/ahuggel/exiv2/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= Exif and Iptc metadata manipulation library and tools |