diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-11-16 17:56:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-11-16 17:56:19 +0000 |
commit | 6f6e43c8c08aa4723c8f31c35d1f0f13c5ffc92e (patch) | |
tree | 6a068d0e6188b27371633a1bd4eab4599d2b6189 /graphics/png | |
parent | 120675062915c94d6502c7c47afc641bbbd441ee (diff) | |
download | ports-6f6e43c8c08aa4723c8f31c35d1f0f13c5ffc92e.tar.gz ports-6f6e43c8c08aa4723c8f31c35d1f0f13c5ffc92e.zip |
- make fetchable again
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307493
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 15070b8762a4..d0ee0cb2d68d 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -8,7 +8,7 @@ PORTNAME= png PORTVERSION= 1.5.12 CATEGORIES= graphics -MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}15/${PORTVERSION} +MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}15/older-releases/${PORTVERSION} DISTNAME= lib${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |