aboutsummaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-07-28 14:42:54 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-07-28 14:42:54 +0000
commite48050b4a88acf0e5b326d8248a1e858c0ed76da (patch)
treeefc677832ac558d9a562bb7775abb165bb7f5428 /archivers/unzip
parent36d00ee61b541bcedc93eed03fd5057c4c67d410 (diff)
downloadports-e48050b4a88acf0e5b326d8248a1e858c0ed76da.tar.gz
ports-e48050b4a88acf0e5b326d8248a1e858c0ed76da.zip
- Rid the tree of double slashes in URL paths
Notes
Notes: svn path=/head/; revision=168966
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile4
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