diff options
author | pav <pav@FreeBSD.org> | 2004-04-01 23:21:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-01 23:21:14 +0800 |
commit | 997c0aeeac03b304153b0c9d5ef02cf97cecb0d9 (patch) | |
tree | 25e58830dd5a140ec05bde3a88f4df9bc40a232c /textproc/Makefile | |
parent | 45e5122d2f0c4e9dda3d01e63b529fccc7d83af3 (diff) | |
download | freebsd-ports-graphics-997c0aeeac03b304153b0c9d5ef02cf97cecb0d9.tar.gz freebsd-ports-graphics-997c0aeeac03b304153b0c9d5ef02cf97cecb0d9.tar.zst freebsd-ports-graphics-997c0aeeac03b304153b0c9d5ef02cf97cecb0d9.zip |
- Fix sorting bogon from rev 1.667
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e22693b2c1b..679ccf32597 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += zu-aspell SUBDIR += 2bsd-diff SUBDIR += Ebnf2ps @@ -586,5 +585,6 @@ SUBDIR += xxdiff SUBDIR += y2l SUBDIR += yodl + SUBDIR += zu-aspell .include <bsd.port.subdir.mk> |