aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-07-28 22:42:54 +0800
committersat <sat@FreeBSD.org>2006-07-28 22:42:54 +0800
commit9972e0feb22000b01b2226a73ecdecdf89af21fb (patch)
treeac6ea7b3d8c37ba429d7f5eb0418edc0624b3aae /archivers
parent2e0d8ad15d21cb17acd4991e56b945ba9231dddf (diff)
downloadfreebsd-ports-gnome-9972e0feb22000b01b2226a73ecdecdf89af21fb.tar.gz
freebsd-ports-gnome-9972e0feb22000b01b2226a73ecdecdf89af21fb.tar.zst
freebsd-ports-gnome-9972e0feb22000b01b2226a73ecdecdf89af21fb.zip
- Rid the tree of double slashes in URL paths
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzip/Makefile4
-rw-r--r--archivers/zip/Makefile4
2 files changed, 4 insertions, 4 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
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 87153f7431dc..4c462957453a 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -8,8 +8,8 @@
PORTNAME= zip
PORTVERSION= 2.32
CATEGORIES= archivers
-MASTER_SITES= http://ftp.info-zip.org/pub/infozip/src/ \
- ${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,}
+MASTER_SITES= http://ftp.info-zip.org/pub/infozip/src/ ${MASTER_SITE_TEX_CTAN}
+MASTER_SITE_SUBDIR= tools/zip/info-zip/src
DISTFILES= zip232${EXTRACT_SUFX}
MAINTAINER= ache@FreeBSD.org