diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-19 13:12:27 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-19 13:12:27 +0000 |
commit | e50507418b73f4217384fddb453dd4a4cbc5dc8f (patch) | |
tree | 94dfe64b318d933ae4aaaab1e8d62b1d43fab232 /converters | |
parent | Upgrade to 2.9a. (diff) |
Moved textproc/tuc to converters/tuc
Obtained from: "David O'Brien" <obrien@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=18882
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 3 | ||||
-rw-r--r-- | converters/i18ntools/Makefile | 4 | ||||
-rw-r--r-- | converters/tuc/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/converters/Makefile b/converters/Makefile index e4556bd9b53b..9302d81bad60 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1999/05/11 02:18:17 sada Exp $ +# $Id: Makefile,v 1.20 1999/05/11 03:12:48 asami Exp $ # SUBDIR += aish @@ -15,6 +15,7 @@ SUBDIR += p5-MIME-Base64 SUBDIR += recode SUBDIR += trans + SUBDIR += tuc SUBDIR += unix2dos SUBDIR += uudeview SUBDIR += uudx diff --git a/converters/i18ntools/Makefile b/converters/i18ntools/Makefile index e8bce3dfe431..429270028e9c 100644 --- a/converters/i18ntools/Makefile +++ b/converters/i18ntools/Makefile @@ -3,7 +3,7 @@ # Date created: 17 April 1999 # Whom: G. Adam Stanislav # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/20 20:27:36 steve Exp $ # DISTNAME= i18ntools-1.0 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.whizkidtech.net/unix/ \ MAINTAINER= adam@whizkidtech.net LIB_DEPENDS= utf-8:${PORTSDIR}/converters/libutf-8 -RUN_DEPENDS= tuc:${PORTSDIR}/textproc/tuc +RUN_DEPENDS= tuc:${PORTSDIR}/converters/tuc BINARIES= hutrans mbm ptrans uhtrans utrans CHARMAPS= ANSI_X3.110-1983 ANSI_X3.4-1968 ASMO_449 BALTIC BS_4730 \ diff --git a/converters/tuc/Makefile b/converters/tuc/Makefile index 600a11ebd4c1..048796f974b6 100644 --- a/converters/tuc/Makefile +++ b/converters/tuc/Makefile @@ -3,11 +3,11 @@ # Date created: 30 March 1999 # Whom: G. Adam Stanislav <adam@whizkidtech.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/16 23:30:53 steve Exp $ # DISTNAME= tuc-1.10 -CATEGORIES= textproc +CATEGORIES= converters MASTER_SITES= http://www.whizkidtech.net/fports/ MAINTAINER= adam@whizkidtech.net |