diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-08-06 01:11:41 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-08-06 01:11:41 +0000 |
commit | a15c360a679e8957e28e8bdb32f9be917db67a85 (patch) | |
tree | cf80b85e05553a1b31e5b69444ba1a79e7942521 /archivers/zip | |
parent | Update to 1.17. (diff) |
Remove the non-living freesoftware.com from MASTER_SITES
Notes
Notes:
svn path=/head/; revision=45858
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 0a9d795048f0..85cdd630988c 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -9,8 +9,7 @@ PORTNAME= zip PORTVERSION= 2.3 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/ \ - ${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,} +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,} ZCRYPT_SRC= zcrypt29-exportable.zip DISTFILES= zip23${EXTRACT_SUFX} ${ZCRYPT_SRC} |