diff options
author | morr <morr> | 2010-05-17 22:30:27 +0000 |
---|---|---|
committer | morr <morr> | 2010-05-17 22:30:27 +0000 |
commit | c41a3efe69d5edc47cb64ec075039622d3d4861e (patch) | |
tree | 44dc024b08e67261885feea2aa1dfd7213f5c7fa /textproc | |
parent | 43c4257e302f0a1d860e7cb49c4a5ace416bc8a2 (diff) | |
download | pkgsrc-c41a3efe69d5edc47cb64ec075039622d3d4861e.tar.gz |
Add uni2ascii
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 01cfc4ca2bd..9789bf50c4c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.538 2010/05/08 20:47:31 wiz Exp $ +# $NetBSD: Makefile,v 1.539 2010/05/17 22:30:27 morr Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -522,6 +522,7 @@ SUBDIR+= tokyodystopia SUBDIR+= trang SUBDIR+= troffcvt SUBDIR+= unac +SUBDIR+= uni2ascii SUBDIR+= unroff SUBDIR+= untex SUBDIR+= uriparser |