diff options
author | ache <ache@FreeBSD.org> | 2008-05-01 04:41:24 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2008-05-01 04:41:24 +0800 |
commit | 95316c1d58cb884b932d69a3d151d087537f8d95 (patch) | |
tree | b3091d9d6a1dc4085abfdcfbe7f777b32237e95c /graphics | |
parent | 656d21738b55eb4316075f497d11f5ca3796bf92 (diff) | |
download | freebsd-ports-gnome-95316c1d58cb884b932d69a3d151d087537f8d95.tar.gz freebsd-ports-gnome-95316c1d58cb884b932d69a3d151d087537f8d95.tar.zst freebsd-ports-gnome-95316c1d58cb884b932d69a3d151d087537f8d95.zip |
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
Diffstat (limited to 'graphics')
-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} |