diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-17 16:46:11 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-17 16:46:11 +0800 |
commit | 6f68db8f6025dc559ef4ef7ea3a12748bef1f35a (patch) | |
tree | 9249867c1e582b9186d48654258e0afc4d0345f3 /textproc/Makefile | |
parent | 91cc07e050734359bfe09c37d005520b4d5de317 (diff) | |
download | freebsd-ports-graphics-6f68db8f6025dc559ef4ef7ea3a12748bef1f35a.tar.gz freebsd-ports-graphics-6f68db8f6025dc559ef4ef7ea3a12748bef1f35a.tar.zst freebsd-ports-graphics-6f68db8f6025dc559ef4ef7ea3a12748bef1f35a.zip |
Add sed_inplace 2002.06.17, a modified version of the sed(1) which
can do in-place editing of files.
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 beacc905ca1..2f3c0f96e5b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -298,6 +298,7 @@ SUBDIR += sdf SUBDIR += sdocbook-xml SUBDIR += se-ispell + SUBDIR += sed_inplace SUBDIR += sgmlformat SUBDIR += sgmls SUBDIR += sgmltools |