diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-14 23:07:40 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-14 23:07:40 +0000 |
commit | 11a022b4738b0805ca93278c1dc39ae7b8cd0f23 (patch) | |
tree | d53f2dad82ed1f941dde55717a545afa8b78dc27 /japanese | |
parent | Use ISO639 language abbreviation instead of ISO3166 country abbreviation (diff) |
Use ISO639 name instead of ISO3166 name for PKGNAME.
Change the location of doc file as the PKGNAME changed.
Notes
Notes:
svn path=/head/; revision=7912
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/hex/Makefile | 10 | ||||
-rw-r--r-- | japanese/hex/pkg-plist | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/japanese/hex/Makefile b/japanese/hex/Makefile index 3321ba0ebe89..efbb664e4481 100644 --- a/japanese/hex/Makefile +++ b/japanese/hex/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: hex103 +# New ports collection makefile for: hex # Version required: 1.03 # Date created: Nov 5, 1996 # Whom: IMAMURA Tomoaki (tomoak-i@is.aist-nara.ac.jp) # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/18 05:27:29 max Exp $ # DISTNAME= hex103 -PKGNAME= jp-hex-1.03 +PKGNAME= ja-hex-1.03 CATEGORIES= japanese MASTER_SITES= http://www.is.s.u-tokyo.ac.jp/~nayuta/pub/ EXTRACT_SUFX= .tgz @@ -21,8 +21,8 @@ PREFIX?= ${LOCALBASE} .if !defined(NOPORTDOCS) post-install: - @${MKDIR} ${PREFIX}/share/doc/jp-hex - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jp-hex + @${MKDIR} ${PREFIX}/share/doc/ja-hex + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja-hex .endif .include <bsd.port.mk> diff --git a/japanese/hex/pkg-plist b/japanese/hex/pkg-plist index fce386f753ca..19697fdd861a 100644 --- a/japanese/hex/pkg-plist +++ b/japanese/hex/pkg-plist @@ -1,2 +1,3 @@ bin/hex -share/doc/jp-hex/README +share/doc/ja-hex/README +@dirrm share/doc/ja-hex |