diff options
author | dougb <dougb@FreeBSD.org> | 2001-08-06 09:11:41 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-08-06 09:11:41 +0800 |
commit | 7e74d347f2c49b6d69ac0e747ed518406ae882c0 (patch) | |
tree | f01b3f1017f769473da09735052d578f1a82a476 /archivers/zip | |
parent | ad26b1d39fc1dc257228a24645a0190d8f72f13a (diff) | |
download | freebsd-ports-gnome-7e74d347f2c49b6d69ac0e747ed518406ae882c0.tar.gz freebsd-ports-gnome-7e74d347f2c49b6d69ac0e747ed518406ae882c0.tar.zst freebsd-ports-gnome-7e74d347f2c49b6d69ac0e747ed518406ae882c0.zip |
Remove the non-living freesoftware.com from MASTER_SITES
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} |