after make and install -DWITH_SLANG /usr/local/bin/mcedit is a symlink to mc mc does not exist, so invocations of mcedit produce "command not found" Fix: create symlink from /usr/local/bin/mcedit to /usr/local/bin/midc I believe this is done in edit/Makefile line 179 -$(LN_S) mc $(DESTDIR)$(bindir)/$(binprefix)mcedit +$(LN_S) midc $(DESTDIR)$(bindir)/$(binprefix)mcedit How-To-Repeat: make and install -DWITH_SLANG
Responsible Changed From-To: freebsd-ports->ade I'll take care of this momentarily.
State Changed From-To: open->closed Alternate patch applied. Thanks for the heads-up.