diff options
author | asami <asami@FreeBSD.org> | 1996-12-07 06:46:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-07 06:46:41 +0800 |
commit | 5c9c9a60b5b045913a2af24c27e4265e6b00f622 (patch) | |
tree | bbcc56dc372ad60a52ba891b716710d55436adc9 /converters/uudx/Makefile | |
parent | 89ad02c84e0a3570c10657de837dc33ca03e4624 (diff) | |
download | freebsd-ports-gnome-5c9c9a60b5b045913a2af24c27e4265e6b00f622.tar.gz freebsd-ports-gnome-5c9c9a60b5b045913a2af24c27e4265e6b00f622.tar.zst freebsd-ports-gnome-5c9c9a60b5b045913a2af24c27e4265e6b00f622.zip |
Move man page from ja_JP.sjis to ja_JP.EUC. (Yes, I converted it, these
codes are actually different.)
Diffstat (limited to 'converters/uudx/Makefile')
-rw-r--r-- | converters/uudx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile index 177432b9f640..73f61af73fc7 100644 --- a/converters/uudx/Makefile +++ b/converters/uudx/Makefile @@ -2,7 +2,7 @@ # Version required: 2.99 # Date created: 2 June 1996 # Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> -# $Id$ +# $Id: Makefile,v 1.2 1996/11/12 02:17:54 obrien Exp $ # DISTNAME= uudx_299 @@ -12,7 +12,8 @@ MASTER_SITES= ftp://ftp.ae.keio.ac.jp/pub/msdos/archivers/uu/ MAINTAINER= pcs51674@asciinet.or.jp -BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha +BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha \ + nkf:${PORTSDIR}/japanese/nkf EXTRACT_CMD= lha EXTRACT_SUFX= .lzh |