diff options
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r-- | archivers/unzip/Makefile | 5 |
1 files changed, 4 insertions, 1 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 |