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

Minor cleanup, and a patch I forgot to `cvs add' last time.

Submitted by:	"Vanill I. Shu" <vanilla@MinJe.com.TW>
This commit is contained in:
Thomas Gellekum 1997-06-25 07:11:50 +00:00
parent 5dc621b448
commit 215a679920
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7071
3 changed files with 23 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.10 1997/05/25 21:24:32 torstenb Exp $
# $Id: Makefile,v 1.11 1997/06/20 12:22:15 tg Exp $
#
DISTNAME= mc-4.0
@ -18,4 +18,7 @@ CONFIGURE_ARGS= --with-ncurses --without-edit --without-subshell
MAN1= mc.1 mcedit.1
MAN8= mcserv.8
post-install:
@ ${RMDIR} ${PREFIX}/lib/mc/icons
.include <bsd.port.mk>

19
misc/mc/files/patch-af Normal file
View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Tue Jun 24 01:26:06 1997
--- Makefile.in Tue Jun 24 01:26:22 1997
*************** config.h.in: configure.in acconfig.h
*** 38,44 ****
install: installdirs @vcs@
@for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
$(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ
! $(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
chmod +x $(DESTDIR)$(suppbindir)/mcfn_install
@echo "Please verify that the configuration values are correctly"
@echo "set in the mc.ext file in $(libdir)"
--- 38,44 ----
install: installdirs @vcs@
@for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
$(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ
! $(INSTALL_DATA) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
chmod +x $(DESTDIR)$(suppbindir)/mcfn_install
@echo "Please verify that the configuration values are correctly"
@echo "set in the mc.ext file in $(libdir)"

View File

@ -36,5 +36,4 @@ man/man8/mcserv.8.gz
@dirrm lib/mc/bin
@dirrm lib/mc/extfs
@dirrm lib/mc/term
@dirrm lib/mc/icons
@dirrm lib/mc