diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-04 10:31:38 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-04 10:31:38 +0000 |
commit | 6d8cc168a62f82fae6bff1f57c633f36a5692d04 (patch) | |
tree | 1ec95e6ba7447feae399192830019fec72aebe99 /archivers/unzip | |
parent | 241cd56088aa505c7d8cbc112799f7cfd641c2ee (diff) | |
download | ports-6d8cc168a62f82fae6bff1f57c633f36a5692d04.tar.gz ports-6d8cc168a62f82fae6bff1f57c633f36a5692d04.zip |
Notes
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 727abc5cc793..d98bb867c248 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.17 1998/01/23 00:43:43 jseger Exp $ +# $Id: Makefile,v 1.18 1998/01/24 07:11:16 jkh Exp $ # DISTNAME= unzip532 @@ -15,7 +15,11 @@ MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/unzip-5.32 MAKEFILE= unix/Makefile +.if ${MACHINE_ARCH} == alpha +ALL_TARGET= bsd +.else ALL_TARGET= freebsd +.endif MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 |