diff options
author | danfe <danfe@FreeBSD.org> | 2012-09-25 23:26:43 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-09-25 23:26:43 +0800 |
commit | 56f3eef92ebe95f3d5bc27174c4e0ab52baf43b2 (patch) | |
tree | 7a48e8cfd3c442072ae106a20d2b5afe82b08bac | |
parent | 3b1b9e6147dd3385132d1fb9add93db9f5a201b3 (diff) | |
download | freebsd-ports-gnome-56f3eef92ebe95f3d5bc27174c4e0ab52baf43b2.tar.gz freebsd-ports-gnome-56f3eef92ebe95f3d5bc27174c4e0ab52baf43b2.tar.zst freebsd-ports-gnome-56f3eef92ebe95f3d5bc27174c4e0ab52baf43b2.zip |
Fix fetch after PORTNAME was changed in r304682.
Reported by: beat
Pointy hat to: danfe
-rw-r--r-- | graphics/luminance/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index 4f8b982c727a..41fd781ff85e 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -8,7 +8,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.0 CATEGORIES= graphics -MASTER_SITES= SF/qtpfsgui/${PORTNAME}/${DISTVERSION} +MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} MAINTAINER= h2+fbsdports@fsfe.org COMMENT= Complete open source solution for HDR photography |