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/zip | |
parent | 36d00ee61b541bcedc93eed03fd5057c4c67d410 (diff) |
- Rid the tree of double slashes in URL paths
Notes
Notes:
svn path=/head/; revision=168966
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |