summaryrefslogtreecommitdiff
path: root/archivers/zoo/Makefile
diff options
context:
space:
mode:
authoragc <agc>1997-11-18 13:10:49 +0000
committeragc <agc>1997-11-18 13:10:49 +0000
commit84e3a00d70943441a0489383457bd3929087a049 (patch)
tree5d68e069cd68f4679f854814b72783d0a73d22c8 /archivers/zoo/Makefile
parent2df2489fd23ca442afa2832b947515f9c27ea11a (diff)
downloadpkgsrc-84e3a00d70943441a0489383457bd3929087a049.tar.gz
Enable ha, rar, unarj, unrar and zoo
Diffstat (limited to 'archivers/zoo/Makefile')
-rw-r--r--archivers/zoo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile
index 74e8eb31e58..47e9a164840 100644
--- a/archivers/zoo/Makefile
+++ b/archivers/zoo/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 October 1994
# Whom: jmz
#
-# $NetBSD: Makefile,v 1.2 1997/10/27 03:22:33 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1997/11/18 13:10:49 agc Exp $
# FreeBSD Id: Makefile,v 1.8 1997/08/10 22:31:36 fenner Exp
#
@@ -17,6 +17,8 @@ MAINTAINER= jmz@FreeBSD.org
NO_WRKSUBDIR= yes
ALL_TARGET= bsdansi
MAKEFILE= makefile
+MAKE_ENV+= COPY=${COPY} STRIP=${STRIP} \
+ BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
MAN1= fiz.1 zoo.1
.include <bsd.port.mk>