diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-08-24 10:49:15 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-08-24 10:49:15 +0000 |
commit | 51a7f292b4a7e858029065ad75bf1b03133fc8d9 (patch) | |
tree | d15762fad22890d9aba1b1f0391c48139f1dcd48 /japanese/man-doc | |
parent | 6202216ad574a095717d129669b299318c45449c (diff) | |
download | ports-51a7f292b4a7e858029065ad75bf1b03133fc8d9.tar.gz ports-51a7f292b4a7e858029065ad75bf1b03133fc8d9.zip |
Update, 2.2.2c -> 2.2.2d.
PR: 4197
Submitted by: kiri@kiri.toba-cmt.ac.jp
Notes
Notes:
svn path=/head/; revision=7665
Diffstat (limited to 'japanese/man-doc')
-rw-r--r-- | japanese/man-doc/Makefile | 11 | ||||
-rw-r--r-- | japanese/man-doc/pkg-comment | 2 | ||||
-rw-r--r-- | japanese/man-doc/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/man-doc/pkg-message | 21 |
4 files changed, 30 insertions, 7 deletions
diff --git a/japanese/man-doc/Makefile b/japanese/man-doc/Makefile index 5cece8f9da04..bc9e5f1a5f47 100644 --- a/japanese/man-doc/Makefile +++ b/japanese/man-doc/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Japanese man documents -# Version required: 2.2.2c +# Version required: 2.2.2d # Date created: 6 January 1997 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.8 1997/07/13 18:49:18 max Exp $ +# $Id: Makefile,v 1.9 1997/07/13 18:52:10 max Exp $ # -DISTNAME= jpman-${VERSION}c -PKGNAME= jp-man-doc-${VERSION}c +DISTNAME= jpman-${VERSION}d +PKGNAME= jp-man-doc-${VERSION}d CATEGORIES= japanese MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ @@ -40,6 +40,9 @@ do-install: ${FILESDIR}/install-man NOMANCOMPRESS .endif +post-install: + @${CAT} ${PKGDIR}/MESSAGE + pre-clean: @${RM} -f ${PKGDIR}/PLIST diff --git a/japanese/man-doc/pkg-comment b/japanese/man-doc/pkg-comment index caec86cd2f3f..68657e82e409 100644 --- a/japanese/man-doc/pkg-comment +++ b/japanese/man-doc/pkg-comment @@ -1 +1 @@ -Japanese man pages (/bin,/usr/bin,/usr/ucb:man1,man8) +Japanese online manual pages corresponding to /usr/share/man/man[18] diff --git a/japanese/man-doc/pkg-descr b/japanese/man-doc/pkg-descr index 0a189da8b91b..68657e82e409 100644 --- a/japanese/man-doc/pkg-descr +++ b/japanese/man-doc/pkg-descr @@ -1,2 +1 @@ -man online manual pages for man1, man8 corresponding to /bin and -/usr/bin /usr/ucb. +Japanese online manual pages corresponding to /usr/share/man/man[18] diff --git a/japanese/man-doc/pkg-message b/japanese/man-doc/pkg-message new file mode 100644 index 000000000000..8c3bd584ade3 --- /dev/null +++ b/japanese/man-doc/pkg-message @@ -0,0 +1,21 @@ +*********************************************************************** +* * +* Japanese online manual has been successfully installed. * +* * +* (1) First, see jman(1) with following command sequence: * +* % setenv LC_ALL ja_JP.EUC * +* % setenv PAGER jless * +* % jman jman * +* * +* (2) To get more info, please visit following web page (Japanese): * +* Jpman project <URL:http://www.jp.freebsd.org/man-jp/> * +* * +* (3) If you have any questions, comments, bug reports, suggestions, * +* and/or requests for modifications, please send e-mail to: * +* Jpman project mailing list <man-jp@jp.freebsd.org> * +* * +* When we receive your reports, we will be pleased to append your * +* name to the contributor list on the above web page with great * +* thanks. * +* * +*********************************************************************** |