diff options
author | ache <ache@FreeBSD.org> | 2001-08-10 21:47:19 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-10 21:47:19 +0800 |
commit | 8b6a59359e22ee8d3d10aaf5d7c641408e4e2b0e (patch) | |
tree | 97c0c614f47978a494837c48e606bc9213a7db44 | |
parent | 8f9171451d486420795aea50bb4908c0228a3d54 (diff) | |
download | freebsd-ports-gnome-8b6a59359e22ee8d3d10aaf5d7c641408e4e2b0e.tar.gz freebsd-ports-gnome-8b6a59359e22ee8d3d10aaf5d7c641408e4e2b0e.tar.zst freebsd-ports-gnome-8b6a59359e22ee8d3d10aaf5d7c641408e4e2b0e.zip |
Add master site
-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} |