1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix symlink for mcedit

PR:		27352 (right idea, wrong patch)
Submitted by:	albert.kinderman@csun.edu
This commit is contained in:
Ade Lovett 2001-05-17 17:35:22 +00:00
parent de2a11edaa
commit 0d18df049d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42679
2 changed files with 11 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= mc
PORTVERSION= 4.5.54
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/mc

View File

@ -61,7 +61,7 @@
+ $(DESTDIR)$(desktopdir) $(DESTDIR)$(mclibdir)
--- src/Makefile.in.orig Wed Apr 11 07:07:47 2001
+++ src/Makefile.in Fri Apr 20 14:03:52 2001
+++ src/Makefile.in Thu May 17 12:29:24 2001
@@ -121,6 +121,5 @@
$(mkinstalldirs) $(DESTDIR)$(mclibdir)
- $(INSTALL_PROGRAM) mc $(DESTDIR)$(bindir)/$(binprefix)mc
@ -70,3 +70,12 @@
$(SEDCMD2) < $(srcdir)/mc.hlp > $(DESTDIR)$(mclibdir)/mc.hlp
- $(MAKE) install_mcview
$(MAKE) install_@MCEDIT@
@@ -134,6 +133,6 @@
install_mcview:
- cd $(DESTDIR)$(bindir)/$(binprefix) && rm -f mcview && $(LN_S) mc mcview
+ cd $(DESTDIR)$(bindir)/$(binprefix) && rm -f mcview && $(LN_S) midc mcview
install_mcedit:
- cd $(DESTDIR)$(bindir)/$(binprefix) && rm -f mcedit && $(LN_S) mc mcedit
+ cd $(DESTDIR)$(bindir)/$(binprefix) && rm -f mcedit && $(LN_S) midc mcedit