1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Install the README file to ${PREFIX}/share/doc/nhpf.

This commit is contained in:
Masafumi Max NAKANE 1997-04-28 08:46:19 +00:00
parent 326452c4b0
commit 0b789ed1bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6348
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Date created: 25 May 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1997/04/28 05:40:38 max Exp $
#
DISTNAME= nhpf-1.42
@ -16,6 +16,10 @@ MAINTAINER= junker@jazz.snu.ac.kr
do-install:
${MKDIR} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/nhpf ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/nhpf
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nhpf
.endif
@strip ${PREFIX}/bin/nhpf
.include <bsd.port.mk>

View File

@ -1 +1,2 @@
bin/nhpf
share/doc/nhpf/README