diff options
author | ache <ache@FreeBSD.org> | 1994-12-23 18:53:21 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-23 18:53:21 +0800 |
commit | 4abfe3d1033137dd93f9fbf753296216bcfc5612 (patch) | |
tree | 70e9418592502c631eea20cafe29452b141c6035 /archivers/unzip/Makefile | |
parent | 138c6dfc143c7d5645b1f24b026757cfd7bc7546 (diff) | |
download | freebsd-ports-gnome-4abfe3d1033137dd93f9fbf753296216bcfc5612.tar.gz freebsd-ports-gnome-4abfe3d1033137dd93f9fbf753296216bcfc5612.tar.zst freebsd-ports-gnome-4abfe3d1033137dd93f9fbf753296216bcfc5612.zip |
Cleanup.
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r-- | archivers/unzip/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 |