diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-13 22:56:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-13 22:56:47 +0800 |
commit | b85941019d0a8426829aa72b3130e5a1c38bd729 (patch) | |
tree | e5e0bd20b2a112c226c75f257649065f17789fa5 /graphics/pngcrush | |
parent | ffa507451b74352191ca6d00655d4c1298ad767a (diff) | |
download | freebsd-ports-gnome-b85941019d0a8426829aa72b3130e5a1c38bd729.tar.gz freebsd-ports-gnome-b85941019d0a8426829aa72b3130e5a1c38bd729.tar.zst freebsd-ports-gnome-b85941019d0a8426829aa72b3130e5a1c38bd729.zip |
- Fix MASTER_SITES
PR: 207935
Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer)
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 831c98f2ec69..45bf25aba5e3 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -5,7 +5,7 @@ PORTNAME= pngcrush PORTVERSION= 1.8.0 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ - SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ + SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= vsasjason@gmail.com |