diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-28 14:42:54 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-28 14:42:54 +0000 |
commit | e48050b4a88acf0e5b326d8248a1e858c0ed76da (patch) | |
tree | efc677832ac558d9a562bb7775abb165bb7f5428 /archivers/unzip/Makefile | |
parent | 36d00ee61b541bcedc93eed03fd5057c4c67d410 (diff) | |
download | ports-e48050b4a88acf0e5b326d8248a1e858c0ed76da.tar.gz ports-e48050b4a88acf0e5b326d8248a1e858c0ed76da.zip |
Notes
Diffstat (limited to 'archivers/unzip/Makefile')
-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 24adf86c8b0a..55e0737c3703 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -9,8 +9,8 @@ PORTNAME= unzip PORTVERSION= 5.52 PORTREVISION= 2 CATEGORIES?= archivers -MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ - ${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,} +MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= tools/zip/info-zip/src DISTNAME= ${PORTNAME}552 MAINTAINER?= ache@FreeBSD.org |