diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-12 15:28:44 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-12 15:28:44 +0000 |
commit | 23aec755f6415d4323412378cd1b4f8785eeff06 (patch) | |
tree | a9b74460cd7535dba27c8a1c7fabe17cfd0edf51 /archivers/zip | |
parent | e7f0252ca94277864dee408c2f72a82075e41c56 (diff) | |
download | ports-23aec755f6415d4323412378cd1b4f8785eeff06.tar.gz ports-23aec755f6415d4323412378cd1b4f8785eeff06.zip |
Notes
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |