diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-23 00:43:43 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-23 00:43:43 +0000 |
commit | 999cbb3ea4ac3d340f24421878934904b037c115 (patch) | |
tree | 1289d800ddf740b1ce58511ba143de4861583926 /archivers/unzip | |
parent | b3dea148df24bc677eb3359849d1c0241c9dfedf (diff) |
Notes
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index e1f7e193de8c..1f5ae1b4d9a5 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,17 +3,17 @@ # Date created: 17 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.15 1997/09/18 22:23:50 ache Exp $ +# $Id: Makefile,v 1.16 1997/11/24 13:09:10 ache Exp $ # -DISTNAME= unzip-5.3.2 +DISTNAME= unzip532 +PKGNAME= unzip-5.3.2 CATEGORIES= archivers MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ -DISTFILES= unzip532.tar.gz MAINTAINER= ache@FreeBSD.ORG -WRKSRC= ${WRKDIR}/unzip-5.32 +WRKSRC= ${WRKDIR}/${PKGNAME} MAKEFILE= unix/Makefile ALL_TARGET= freebsd MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f |