mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
install should depend on zip (sorry, I'm sounding like a broken
record, next time I'll commit all at once ;)
This commit is contained in:
parent
867ed52e89
commit
526f6743fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1382
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user