From 4abfe3d1033137dd93f9fbf753296216bcfc5612 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 23 Dec 1994 10:53:21 +0000 Subject: Cleanup. --- archivers/unzip/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 6a3a3ee7cd96..415234e7db33 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,8 +1,11 @@ DISTFILES= unzip512.tar.Z DISTNAME= unzip-5.12 MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ - -MAKEFILE= Xmakefile +MAKEFILE= unix/Makefile +ALL_TARGET= bsd +MAKE_FLAGS= LOCAL_UNZIP="-O2 -DCHECK_EOF" \ + INSTALL="install -c -o bin -g bin" \ + prefix=${PREFIX} -f pre-install: @mkdir -p ${PREFIX}/bin -- cgit