mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
803ed40fa8
Later on the ports makefile does it again. the ports Makefile does it and should not the Makefile in the tarball. PR: 47996 Submitted by: Edwin Groothuis <edwin@mavetju.org>
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
--- Makefile.orig Fri Jul 7 01:12:47 2000
|
|
+++ Makefile Thu Jul 31 16:13:56 2003
|
|
@@ -176,7 +176,7 @@
|
|
(cd $(sharedlibdir); \
|
|
ln -sf $$foo `echo $$foo | sed 's/\.so\..*/.so/'` ); \
|
|
done
|
|
- @ldconfig
|
|
+ #@ldconfig
|
|
|
|
ifdef INSTALLAOUTDIR
|
|
|
|
@@ -192,7 +192,7 @@
|
|
(cd $(TOPDIR)/$(INSTALLAOUTDIR); \
|
|
ln -sf $$foo `echo $$foo | sed 's/\.so\..*/.so/'` ); \
|
|
done
|
|
- @ldconfig
|
|
+ #@ldconfig
|
|
|
|
else
|
|
|
|
@@ -210,7 +210,7 @@
|
|
@$(INSTALL_DATA) staticlib/libvgagl.a $(libdir)/libvgagl.a
|
|
@chmod a+r $(libdir)/libvgagl.a
|
|
|
|
-installutils: textutils lrmi
|
|
+installutils: textutils
|
|
@if [ ! -d $(bindir) ]; then \
|
|
echo No $(bindir) directory, creating it.; \
|
|
mkdir $(bindir); \
|
|
@@ -236,8 +236,6 @@
|
|
@cp utils/textmode $(bindir)
|
|
@echo "savetextmode: Script that saves textmode information used by 'textmode'."
|
|
@cp utils/savetextmode $(bindir)
|
|
- @echo "mode3: Restore textmode by setting VESA mode 3."
|
|
- @cp lrmi-0.6m/mode3 $(bindir)
|
|
@echo "Installing keymap utilities in $(bindir):"
|
|
@echo "svgakeymap: Perl script that generates scancode conversion maps."
|
|
@cp utils/svgakeymap $(bindir)
|