install some zip documentation
This commit is contained in:
parent
cdca04628e
commit
1757a79ba4
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 1999/12/18 01:48:51 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 1999/12/24 08:59:53 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.11 1997/11/25 20:45:45 ache Exp $
|
||||
|
||||
DISTNAME= zip22
|
||||
@ -13,4 +13,9 @@ MAKEFILE= unix/Makefile
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
post-install:
|
||||
@mkdir -p ${PREFIX}/share/doc/zip
|
||||
@cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} README WHERE ${PREFIX}/share/doc/zip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,8 @@
|
||||
man/man1/zip.1
|
||||
bin/zip
|
||||
bin/zipnote
|
||||
bin/zipsplit
|
||||
bin/zipcloak
|
||||
man/man1/zip.1
|
||||
share/doc/zip/README
|
||||
share/doc/zip/WHERE
|
||||
@dirrm share/doc/zip
|
||||
|
Loading…
Reference in New Issue
Block a user