diff options
author | wiz <wiz> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-25 01:04:11 +0000 |
commit | 7ba6e19cd22f3c141e767581375020336beafcc9 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /textproc/Makefile | |
parent | c7388ab89db75cc3c8a5a2e5692d8b5f774dcf35 (diff) | |
download | pkgsrc-7ba6e19cd22f3c141e767581375020336beafcc9.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 08b0de69271..a71c4709387 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2000/01/16 14:03:45 wulf Exp $ +# $NetBSD: Makefile,v 1.35 2000/02/25 01:04:16 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # -# SUBDIR += agrep SUBDIR += catdoc SUBDIR += dict-client SUBDIR += dict-server @@ -10,28 +9,22 @@ SUBDIR += dsssl-docbook-modular SUBDIR += eperl SUBDIR += glimpse -# SUBDIR += html SUBDIR += html2text -# SUBDIR += info2html -# SUBDIR += isearch SUBDIR += iso12083 SUBDIR += iso8879 SUBDIR += ispell SUBDIR += jade SUBDIR += kdoc SUBDIR += libxml -# SUBDIR += linuxdoc SUBDIR += lout -# SUBDIR += mgdiff SUBDIR += mminstance SUBDIR += mswordview - SUBDIR += par SUBDIR += p5-Convert-BER SUBDIR += p5-Filter SUBDIR += p5-XML-Parser -# SUBDIR += pilot_makedoc + SUBDIR += par + SUBDIR += py-dtml SUBDIR += rman -# SUBDIR += sgmlformat SUBDIR += sp SUBDIR += t1lib SUBDIR += t1utils @@ -51,6 +44,5 @@ SUBDIR += texi2html SUBDIR += textutils SUBDIR += unroff -# SUBDIR += wdiff .include "../mk/bsd.pkg.subdir.mk" |