aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/hex/Makefile
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-09-15 07:07:40 +0800
committermax <max@FreeBSD.org>1997-09-15 07:07:40 +0800
commit7c7d03dfbd681db423fa00556944e9c09f845b67 (patch)
tree2f9d69ec2fd8b6b977881961f84e90e17337379d /japanese/hex/Makefile
parenta6a427b089b82906e73146db30eb20677841b3ca (diff)
downloadfreebsd-ports-gnome-7c7d03dfbd681db423fa00556944e9c09f845b67.tar.gz
freebsd-ports-gnome-7c7d03dfbd681db423fa00556944e9c09f845b67.tar.zst
freebsd-ports-gnome-7c7d03dfbd681db423fa00556944e9c09f845b67.zip
Use ISO639 name instead of ISO3166 name for PKGNAME.
Change the location of doc file as the PKGNAME changed.
Diffstat (limited to 'japanese/hex/Makefile')
-rw-r--r--japanese/hex/Makefile10
1 files changed, 5 insertions, 5 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>