diff options
author | max <max@FreeBSD.org> | 1997-04-28 16:46:19 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-04-28 16:46:19 +0800 |
commit | dfc830dca82b7bd3b9deed1e1548827b78265570 (patch) | |
tree | 29f3c91e8a145442535c8e389a174d797565ba9d /korean | |
parent | 472a682f99aa1beeb525581ed5a63348185ca9c9 (diff) | |
download | freebsd-ports-gnome-dfc830dca82b7bd3b9deed1e1548827b78265570.tar.gz freebsd-ports-gnome-dfc830dca82b7bd3b9deed1e1548827b78265570.tar.zst freebsd-ports-gnome-dfc830dca82b7bd3b9deed1e1548827b78265570.zip |
Install the README file to ${PREFIX}/share/doc/nhpf.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/nhpf/Makefile | 6 | ||||
-rw-r--r-- | korean/nhpf/pkg-plist | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/korean/nhpf/Makefile b/korean/nhpf/Makefile index 5ab2862cf2a8..c65244ce7769 100644 --- a/korean/nhpf/Makefile +++ b/korean/nhpf/Makefile @@ -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> diff --git a/korean/nhpf/pkg-plist b/korean/nhpf/pkg-plist index c8f5ce4e2a19..379b7ff89da4 100644 --- a/korean/nhpf/pkg-plist +++ b/korean/nhpf/pkg-plist @@ -1 +1,2 @@ bin/nhpf +share/doc/nhpf/README |