diff options
author | fenner <fenner@FreeBSD.org> | 1997-11-16 17:25:51 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-11-16 17:25:51 +0800 |
commit | 2592c4a106cd4817276f2355b3bdf5d631bf8fdf (patch) | |
tree | 03bae8d5fbac6e4f317399a3f8587073bfb620ee /japanese/hex/Makefile | |
parent | e53b90a33219da36f50573cff24a7f9d2cf6df51 (diff) | |
download | freebsd-ports-gnome-2592c4a106cd4817276f2355b3bdf5d631bf8fdf.tar.gz freebsd-ports-gnome-2592c4a106cd4817276f2355b3bdf5d631bf8fdf.tar.zst freebsd-ports-gnome-2592c4a106cd4817276f2355b3bdf5d631bf8fdf.zip |
Upgrade to 2.03
PR: ports/4753
Submitted by: IMAMURA Tomoaki <yu@pastel.club.or.jp>
Diffstat (limited to 'japanese/hex/Makefile')
-rw-r--r-- | japanese/hex/Makefile | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/japanese/hex/Makefile b/japanese/hex/Makefile index efbb664e4481..b766d0a5021f 100644 --- a/japanese/hex/Makefile +++ b/japanese/hex/Makefile @@ -1,28 +1,23 @@ # New ports collection makefile for: hex -# Version required: 1.03 +# Version required: 2.03 # Date created: Nov 5, 1996 -# Whom: IMAMURA Tomoaki (tomoak-i@is.aist-nara.ac.jp) +# Whom: IMAMURA Tomoaki (yu@pastel.club.or.jp) # -# $Id: Makefile,v 1.1.1.1 1996/11/18 05:27:29 max Exp $ +# $Id: Makefile,v 1.2 1997/09/14 23:07:36 max Exp $ # -DISTNAME= hex103 -PKGNAME= ja-hex-1.03 +DISTNAME= hex203 +PKGNAME= ja-hex-2.03 CATEGORIES= japanese MASTER_SITES= http://www.is.s.u-tokyo.ac.jp/~nayuta/pub/ EXTRACT_SUFX= .tgz -MAINTAINER= tomoak-i@is.aist-nara.ac.jp +MAINTAINER= yu@pastel.club.or.jp -NO_INSTALL_MANPAGES= yes USE_IMAKE= yes PREFIX?= ${LOCALBASE} -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${PREFIX}/share/doc/ja-hex - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja-hex -.endif +MANLANG= ja_JP.EUC .include <bsd.port.mk> |