diff options
author | taoka <taoka@FreeBSD.org> | 1999-05-19 13:12:27 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-05-19 13:12:27 +0000 |
commit | 28ac381df3bb82b3a741fce726a684ba74c2b547 (patch) | |
tree | 4b77e0ca14a3ae275a06081c940cf2fa62bad5ba /converters/Makefile | |
parent | f3886434f7ed7d038c08b3e65f676fbbabe7183c (diff) | |
download | FreeBSD-ports-28ac381df3bb82b3a741fce726a684ba74c2b547.zip FreeBSD-ports-28ac381df3bb82b3a741fce726a684ba74c2b547.tar.gz |
Moved textproc/tuc to converters/tuc
Obtained from: "David O'Brien" <obrien@FreeBSD.org>
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index e4556bd..9302d81 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 |