diff options
author | nork <nork@FreeBSD.org> | 2005-09-17 00:04:28 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-09-17 00:04:28 +0000 |
commit | bc57b52bbb989f7e0fa340ed2367e4f5214ca281 (patch) | |
tree | 2f1ecb89a444e77fe57beb7fb019d738809a3c15 /graphics/exrtools | |
parent | d553c3f6ddbdbab817131df3c4e9ffe882c1dbef (diff) | |
download | FreeBSD-ports-bc57b52bbb989f7e0fa340ed2367e4f5214ca281.zip FreeBSD-ports-bc57b52bbb989f7e0fa340ed2367e4f5214ca281.tar.gz |
Add MASTER_SITES.
PR: ports/86238
Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer)
Diffstat (limited to 'graphics/exrtools')
-rw-r--r-- | graphics/exrtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index e1d046f..43f7333 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -8,7 +8,8 @@ PORTNAME= exrtools PORTVERSION= 0.4 CATEGORIES= graphics -MASTER_SITES= http://scanline.ca/exrtools/ +MASTER_SITES= http://scanline.ca/exrtools/ \ + http://critical.ch/distfiles/ MAINTAINER= ehaupt@critical.ch COMMENT= Utilities for manipulating with HDR images in OpenEXR format |