diff options
author | nork <nork@FreeBSD.org> | 2005-09-17 08:04:28 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-09-17 08:04:28 +0800 |
commit | bc57b52bbb989f7e0fa340ed2367e4f5214ca281 (patch) | |
tree | 2f1ecb89a444e77fe57beb7fb019d738809a3c15 | |
parent | d553c3f6ddbdbab817131df3c4e9ffe882c1dbef (diff) | |
download | freebsd-ports-gnome-bc57b52bbb989f7e0fa340ed2367e4f5214ca281.tar.gz freebsd-ports-gnome-bc57b52bbb989f7e0fa340ed2367e4f5214ca281.tar.zst freebsd-ports-gnome-bc57b52bbb989f7e0fa340ed2367e4f5214ca281.zip |
Add MASTER_SITES.
PR: ports/86238
Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer)
-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 e1d046ff8af5..43f7333c281a 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 |