diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-08-05 18:29:55 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-08-05 18:29:55 +0800 |
commit | f2f6eea602d15183a14749b0cf24bbab2353d2cc (patch) | |
tree | 084894657e98f8597bdf136af0079718dde2d4df /graphics/pfstmo | |
parent | cfa20e8a571462a8ca01d68d9355988aa8c6f815 (diff) | |
download | freebsd-ports-gnome-f2f6eea602d15183a14749b0cf24bbab2353d2cc.tar.gz freebsd-ports-gnome-f2f6eea602d15183a14749b0cf24bbab2353d2cc.tar.zst freebsd-ports-gnome-f2f6eea602d15183a14749b0cf24bbab2353d2cc.zip |
Point MASTER_SITES to a working location.
The directory where the tarball resides has changed upstream.
PR: 219299
Diffstat (limited to 'graphics/pfstmo')
-rw-r--r-- | graphics/pfstmo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile index 8b60f409231d..601ffe7af8a4 100644 --- a/graphics/pfstmo/Makefile +++ b/graphics/pfstmo/Makefile @@ -5,7 +5,7 @@ PORTNAME= pfstmo PORTVERSION= 1.5 PORTREVISION= 6 CATEGORIES= graphics -MASTER_SITES= SF/pfstools/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/pfstools/${PORTNAME}_depreciated/${PORTVERSION} MAINTAINER= ii@any.com.ru COMMENT= Tone mapping operators |