diff options
author | will <will@FreeBSD.org> | 2001-01-01 10:15:16 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 10:15:16 +0000 |
commit | 8063d6aa833d5ba4bef4129d70752afd3d9de137 (patch) | |
tree | 893a771e4f46910c4f5131eeb96b86f03fd705dd /archivers/zip | |
parent | effaba10ea54dda8793fbf6461c3e0108afd5eae (diff) | |
download | FreeBSD-ports-8063d6aa833d5ba4bef4129d70752afd3d9de137.zip FreeBSD-ports-8063d6aa833d5ba4bef4129d70752afd3d9de137.tar.gz |
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 5443e7f..5868655 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -17,8 +17,6 @@ MAINTAINER= ache@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -Y2K= ftp://ftp.info-zip.org/pub/infozip/FAQ.html#Y2K - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= zip23${EXTRACT_SUFX} MAKEFILE= unix/Makefile |