diff options
author | tdb <tdb@FreeBSD.org> | 2010-09-08 18:33:43 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2010-09-08 18:33:43 +0800 |
commit | 3d324b88aae36456573cc54728ae361ab731bf53 (patch) | |
tree | a55bf9184f1b8a678026ff75a22e86d8c3284509 /textproc/Makefile | |
parent | 9ae17a01eeec187404d091c9f4db508c2637a488 (diff) | |
download | freebsd-ports-gnome-3d324b88aae36456573cc54728ae361ab731bf53.tar.gz freebsd-ports-gnome-3d324b88aae36456573cc54728ae361ab731bf53.tar.zst freebsd-ports-gnome-3d324b88aae36456573cc54728ae361ab731bf53.zip |
This is a port of ML/I (Macro Language I) which is the grand-daddy of nearly
all macro processors. It is still maintained and ported to a large number
of systems.
WWW: http://www.ml1.org.uk
PR: ports/150234
Submitted by: Bob Eager <rde at ml1.org.uk>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b5c9fc6074f3..c0b8d00e0164 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -392,6 +392,7 @@ SUBDIR += mk-aspell SUBDIR += mkcatalog SUBDIR += ml-aspell + SUBDIR += ml1 SUBDIR += mn-aspell SUBDIR += modlogan SUBDIR += mr-aspell |