diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-10 13:47:19 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-10 13:47:19 +0000 |
commit | 65682f633fcc5b4c27bf0cfcbefe921f47a5834d (patch) | |
tree | d4740f39d33dc6851727caeea1bf6e39ac62c3ee /archivers | |
parent | 285870f29feb6eca313e317412e639874caedb6b (diff) | |
download | ports-65682f633fcc5b4c27bf0cfcbefe921f47a5834d.tar.gz ports-65682f633fcc5b4c27bf0cfcbefe921f47a5834d.zip |
Add master site
Notes
Notes:
svn path=/head/; revision=46039
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 85cdd630988c..0b3e547ea8d2 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -9,7 +9,8 @@ PORTNAME= zip PORTVERSION= 2.3 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,} +MASTER_SITES= ftp://ftp.uu.net/pub/archiving/zip/src/ \ + ${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,} ZCRYPT_SRC= zcrypt29-exportable.zip DISTFILES= zip23${EXTRACT_SUFX} ${ZCRYPT_SRC} |