summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-16 00:25:14 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-16 00:25:14 +0000
commit526f6743fdc58859e990056b903fb122b5f273d4 (patch)
tree93ee69b08deac44267e16e72c9e2b65a1788bb81 /archivers
parentinstall should depend on build. (diff)
install should depend on zip (sorry, I'm sounding like a broken
record, next time I'll commit all at once ;)
Notes
Notes: svn path=/head/; revision=1382
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 4cc747af7124..a384f7530ad0 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.2 1995/04/01 12:43:39 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/12 04:54:11 asami Exp $
#
DISTNAME= zip201
@@ -20,7 +20,7 @@ pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
-install:
+install: build
cd ${WRKSRC}; install -c -o bin -g bin zip.1 zipgrep.1 ${PREFIX}/man/man1
cd ${WRKSRC}; install -c -o bin -g bin zip zipnote zipsplit zipcloak zipgrep ${PREFIX}/bin