diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-12 23:28:44 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-12 23:28:44 +0800 |
commit | 33fc2785c0c7717c8f283cb27526ca250301a38a (patch) | |
tree | 1d8752b9b90a9aa7b25507e9f061975730bd83ba /archivers | |
parent | 0c8638d49d52e4104ac47134f9be592f0582ce92 (diff) | |
download | freebsd-ports-gnome-33fc2785c0c7717c8f283cb27526ca250301a38a.tar.gz freebsd-ports-gnome-33fc2785c0c7717c8f283cb27526ca250301a38a.tar.zst freebsd-ports-gnome-33fc2785c0c7717c8f283cb27526ca250301a38a.zip |
More Y2K/WWW_SITE links added...
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 5 | ||||
-rw-r--r-- | archivers/zip/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 5c2053c49fa9..3968ec3d9dcd 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.21 1998/10/05 03:41:16 jkh Exp $ +# $Id: Makefile,v 1.22 1998/12/28 01:43:34 ache Exp $ # DISTNAME= unzip540 @@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ MAINTAINER= ache@FreeBSD.ORG +Y2K= http://www.cdrom.com/pub/infozip/FAQ.html#Y2K +WWW_SITE= http://www.cdrom.com/pub/infozip/UnZip.html + WRKSRC= ${WRKDIR}/unzip-5.40 MAKEFILE= unix/Makefile MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 707db898bb82..714d8aa06d9c 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.11 1997/11/25 20:45:45 ache Exp $ +# $Id: Makefile,v 1.12 1998/07/24 19:45:41 hoek Exp $ # DISTNAME= zip22 @@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ MAINTAINER= ache@FreeBSD.ORG +Y2K= http://www.cdrom.com/pub/infozip/FAQ.html#Y2K +WWW_SITE= http://www.cdrom.com/pub/infozip/Zip.html + WRKSRC= ${WRKDIR}/zip-2.2 MAKEFILE= unix/Makefile MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" -f |