diff options
author | pin <pin@pkgsrc.org> | 2020-11-25 11:01:23 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2020-11-25 11:01:23 +0000 |
commit | 02c9d0ee5469150cdbd195f0ab863ba2babeb35b (patch) | |
tree | 6eb7811e1015397fc257a9f394cd67cc71636b28 /textproc | |
parent | e0e22ce87ad6b62628812b513109e9d46a2f7166 (diff) | |
download | pkgsrc-02c9d0ee5469150cdbd195f0ab863ba2babeb35b.tar.gz |
remove zoxide
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 81babc8e2b2..4245de20915 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1180 2020/11/23 09:18:33 pin Exp $ +# $NetBSD: Makefile,v 1.1181 2020/11/25 11:01:23 pin Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1191,6 +1191,5 @@ SUBDIR+= yelp-xsl SUBDIR+= yodl SUBDIR+= yq SUBDIR+= zoem -SUBDIR+= zoxide .include "../mk/misc/category.mk" |