diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 00:25:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 00:25:14 +0000 |
commit | 526f6743fdc58859e990056b903fb122b5f273d4 (patch) | |
tree | 93ee69b08deac44267e16e72c9e2b65a1788bb81 /archivers | |
parent | 867ed52e89a39bd2f7fea815c96c6906c56e6a91 (diff) | |
download | ports-526f6743fdc58859e990056b903fb122b5f273d4.tar.gz ports-526f6743fdc58859e990056b903fb122b5f273d4.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zip/Makefile | 4 |
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 |