diff options
author | makc <makc@FreeBSD.org> | 2010-11-13 00:48:46 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-11-13 00:48:46 +0800 |
commit | 5547c83aea100b596d8f26526c78b5349726dda5 (patch) | |
tree | dc439491c75af6abe94328fcbf49e2dc4ad1cf95 /graphics/luminance | |
parent | 0913d828a424ed1bb8222e2809588caa6184ac84 (diff) | |
download | freebsd-ports-gnome-5547c83aea100b596d8f26526c78b5349726dda5.tar.gz freebsd-ports-gnome-5547c83aea100b596d8f26526c78b5349726dda5.tar.zst freebsd-ports-gnome-5547c83aea100b596d8f26526c78b5349726dda5.zip |
Fix fetch
Reported by: QAT
Diffstat (limited to 'graphics/luminance')
-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 dbbc91387c7c..a1a9a02e1352 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -8,7 +8,7 @@ PORTNAME= luminance DISTVERSION= 2.0.1-1 CATEGORIES= graphics -MASTER_SITES= SF/qtpfsgui/luminance/${PORTVERSION}/ +MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION:S/-1//}/ DISTNAME= ${PORTNAME}-v${DISTVERSION} MAINTAINER= goffredo@gmail.com |