aboutsummaryrefslogtreecommitdiff
path: root/archivers/unzip/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-05-04 12:30:48 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-05-04 12:30:48 +0000
commitad350a399e87a6d35b4f47e1291273f744d3f48f (patch)
treee0e95c4e2c4e7d511cea787e798ca3680c18fd9b /archivers/unzip/Makefile
parent14b74b36e38c4e9381aa5da213e4d912c35e4999 (diff)
downloadports-ad350a399e87a6d35b4f47e1291273f744d3f48f.tar.gz
ports-ad350a399e87a6d35b4f47e1291273f744d3f48f.zip
Notes
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r--archivers/unzip/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 5bb715a4b011..a169baed359f 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,24 +1,22 @@
# New ports collection makefile for: unzip
-# Version required: 5.12
+# Version required: 5.2
# Date created: 17 October 1994
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.4 1995/04/15 04:45:17 asami Exp $
#
-DISTNAME= unzip-5.12
+DISTNAME= unzip-5.2
CATEGORIES+= archivers
-MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
-DISTFILES= unzip512.tar.Z
+MASTER_SITES= ftp://quest.jpl.nasa.gov/pub/
+DISTFILES= unzip52.tar.Z
+
+MAINTAINER= ache@FreeBSD.ORG
MAKEFILE= unix/Makefile
ALL_TARGET= bsd
-MAKE_FLAGS= LOCAL_UNZIP="-O2 -DCHECK_EOF" \
+MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS}" \
INSTALL="install -c -o bin -g bin" \
prefix=${PREFIX} -f
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/man/man1
-
.include <bsd.port.mk>