Bug 27352

Summary: mc-4.5.54_1: mcedit linked to mc (not midc)
Product: Ports & Packages Reporter: albert.kinderman <albert.kinderman>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description albert.kinderman 2001-05-15 18:50:01 UTC
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
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2001-05-17 18:07:11 UTC
Responsible Changed
From-To: freebsd-ports->ade

I'll take care of this momentarily.
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2001-05-17 18:35:32 UTC
State Changed
From-To: open->closed

Alternate patch applied.  Thanks for the heads-up.