summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archivers/zip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 4cc747a..a384f75 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
OpenPOWER on IntegriCloud