diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-08-03 03:40:31 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-08-03 03:40:31 +0000 |
commit | 35258fa5bce7a57f26c3f95a6fb698f4c945c8de (patch) | |
tree | 1c5602a1d1cec4d4576281076a3ce6b5de1254cf /archivers/unzip | |
parent | 9e7fa98747fe73945db085440f88138019c655ed (diff) | |
download | ports-35258fa5bce7a57f26c3f95a6fb698f4c945c8de.tar.gz ports-35258fa5bce7a57f26c3f95a6fb698f4c945c8de.zip |
Notes
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 005c268abc23..d098450b1801 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -9,8 +9,8 @@ PORTNAME= unzip PORTVERSION= 5.52 PORTREVISION= 5 CATEGORIES?= archivers -MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ ${MASTER_SITE_TEX_CTAN} -MASTER_SITE_SUBDIR= tools/zip/info-zip/src +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= infozip DISTNAME= ${PORTNAME}552 MAINTAINER?= ache@FreeBSD.org |