Install manpage and some additional docs.

This commit is contained in:
Matthew Hunt 1998-06-14 02:26:37 +00:00
parent 4a3a207b67
commit 17a40f3ef7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11417
2 changed files with 11 additions and 1 deletions

View file

@ -3,7 +3,7 @@
# Date created: 7 May 1998
# Whom: Matthew Hunt <mph@FreeBSD.org>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1998/05/08 02:38:34 mph Exp $
#
DISTNAME= jzip201g
@ -21,7 +21,14 @@ EXTRACT_BEFORE_ARGS= -qq
NO_WRKSUBDIR= yes
MAN1= jzip.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jzip ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/jzip.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/jzip
${INSTALL_DATA} ${WRKSRC}/Jzip.doc ${PREFIX}/share/doc/jzip
.endif
.include <bsd.port.mk>

View file

@ -1 +1,4 @@
bin/jzip
man/man1/jzip.1.gz
share/doc/jzip/Jzip.doc
@dirrm share/doc/jzip