diff options
author | jseger <jseger@FreeBSD.org> | 1998-01-23 00:43:43 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-01-23 00:43:43 +0000 |
commit | c15892440c5f617f326d253fb93217902357bdee (patch) | |
tree | 69ea04a1b9e92091df97f3ba108cd199839e24f7 /archivers/unzip | |
parent | 426f20c8c154aee3949d06ad85cfa818943af15d (diff) | |
download | FreeBSD-ports-c15892440c5f617f326d253fb93217902357bdee.zip FreeBSD-ports-c15892440c5f617f326d253fb93217902357bdee.tar.gz |
portlint
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 e1f7e19..1f5ae1b4 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 |