diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-10 20:36:27 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-10 20:36:27 +0000 |
commit | 07333b48b9cebd343502813d78a8924f0791f998 (patch) | |
tree | daa2aed2e970323d54c53e5777ea526ee18d16ea /graphics | |
parent | e65fc3bbc1366cdcd2563924f16f9a9860daf3fa (diff) | |
download | ports-07333b48b9cebd343502813d78a8924f0791f998.tar.gz ports-07333b48b9cebd343502813d78a8924f0791f998.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 9faf92d49a1c..1cbfc1ad51cf 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -4,7 +4,8 @@ PORTNAME= pngcrush PORTVERSION= 1.7.59 CATEGORIES= graphics -MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ + SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= jsa@FreeBSD.org |