diff options
author | knu <knu@FreeBSD.org> | 2001-02-10 12:24:59 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-02-10 12:24:59 +0000 |
commit | f22a9e70dccf73fa790161466fa475805b71a4fb (patch) | |
tree | d3dd54841c95594d7359beccfdbbb96b23947a60 | |
parent | 740e67f55ec54f37acabce78e98c927377124bd5 (diff) | |
download | FreeBSD-ports-f22a9e70dccf73fa790161466fa475805b71a4fb.zip FreeBSD-ports-f22a9e70dccf73fa790161466fa475805b71a4fb.tar.gz |
Oops. I forgot to update Makefile when I moved jconv to jfconv.
-rw-r--r-- | palm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/Makefile b/palm/Makefile index 49292e1..06293d1 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -8,7 +8,7 @@ SUBDIR += hdconv SUBDIR += imgvtopgm SUBDIR += isilo - SUBDIR += jconv + SUBDIR += jfconv SUBDIR += jpilot SUBDIR += kpilot SUBDIR += malsync |