aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-04 18:31:38 +0800
committerjkh <jkh@FreeBSD.org>1998-10-04 18:31:38 +0800
commitb801bec62ef4030c09d2c683a2aee2e833a44194 (patch)
treef0e11a218b2ff3e4b214b87db2de6a4535a6f000 /archivers
parent62fca433ec688d57f17aeac64a0fd8d8524da944 (diff)
downloadfreebsd-ports-gnome-b801bec62ef4030c09d2c683a2aee2e833a44194.tar.gz
freebsd-ports-gnome-b801bec62ef4030c09d2c683a2aee2e833a44194.tar.zst
freebsd-ports-gnome-b801bec62ef4030c09d2c683a2aee2e833a44194.zip
Make this work on the ALPHA
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzip/Makefile6
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