diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-04-30 20:41:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-04-30 20:41:24 +0000 |
commit | 2a48d2576e2c964e3dfa944a41f0a102b85c7d47 (patch) | |
tree | dc7f5df4b53350fdc03a75bb94a3d5b9fd39455a | |
parent | I inadvertently wrapped a line in the previous commit causing the last line of (diff) |
Dist is rerolled with minor config changes and *.diff leftovers.
New dist does not match MD5/size stated on libpng homepage.
Until situation becomes clear, put the previous one at MASTER_SITE_LOCAL
-rw-r--r-- | graphics/png/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index a09d0ee73198..c1b4516f66eb 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -8,7 +8,8 @@ PORTNAME= png PORTVERSION= 1.2.27 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|ache|} \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} DISTNAME= lib${PORTNAME}-${PORTVERSION} |