diff options
author | tg <tg@FreeBSD.org> | 1997-06-25 15:11:50 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-06-25 15:11:50 +0800 |
commit | 5be9ffd216a85d4a8d62a32b0f45c58ba390c8b3 (patch) | |
tree | 4cd7cacd8ae85f78a19df5e111e189c5667e0d59 /misc/mc | |
parent | 2989e17ac31a305a987e1a2d9276c4a9fe8416ea (diff) | |
download | freebsd-ports-gnome-5be9ffd216a85d4a8d62a32b0f45c58ba390c8b3.tar.gz freebsd-ports-gnome-5be9ffd216a85d4a8d62a32b0f45c58ba390c8b3.tar.zst freebsd-ports-gnome-5be9ffd216a85d4a8d62a32b0f45c58ba390c8b3.zip |
Minor cleanup, and a patch I forgot to `cvs add' last time.
Submitted by: "Vanill I. Shu" <vanilla@MinJe.com.TW>
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 5 | ||||
-rw-r--r-- | misc/mc/files/patch-af | 19 | ||||
-rw-r--r-- | misc/mc/pkg-plist | 1 |
3 files changed, 23 insertions, 2 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index c0056ec7c8aa..c78bfa3a2f68 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -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> diff --git a/misc/mc/files/patch-af b/misc/mc/files/patch-af new file mode 100644 index 000000000000..7c077d4fa3bd --- /dev/null +++ b/misc/mc/files/patch-af @@ -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)" diff --git a/misc/mc/pkg-plist b/misc/mc/pkg-plist index 74ffc3768eb5..9d48010dd8ce 100644 --- a/misc/mc/pkg-plist +++ b/misc/mc/pkg-plist @@ -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 |