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 /graphics/png | |
parent | b98708259b90f484356b0d7cad1a058c7c5987f2 (diff) | |
download | ports-2a48d2576e2c964e3dfa944a41f0a102b85c7d47.tar.gz ports-2a48d2576e2c964e3dfa944a41f0a102b85c7d47.zip |
Notes
Diffstat (limited to 'graphics/png')
-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} |