diff options
author | morr <morr> | 2010-05-17 22:30:27 +0000 |
---|---|---|
committer | morr <morr> | 2010-05-17 22:30:27 +0000 |
commit | 270f171cb90f71e1d0f3d3f5822cd05b42d9ca81 (patch) | |
tree | 44dc024b08e67261885feea2aa1dfd7213f5c7fa /textproc/Makefile | |
parent | 72a36772bc07c309aac6bd9e536a7638f5b8c7d4 (diff) | |
download | pkgsrc-270f171cb90f71e1d0f3d3f5822cd05b42d9ca81.tar.gz |
Add uni2ascii
Diffstat (limited to 'textproc/Makefile')
-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 |