mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
32a6ce46c4
Problems with XFree86 4.0.0 discovered, one is encouraged to update to 4.0.1, if one really wants to use XFree86-4. PR: 19979 Submitted by: maintainer
11 lines
379 B
Plaintext
11 lines
379 B
Plaintext
--- Makefile.in.old Tue Jul 18 18:36:26 2000
|
|
+++ Makefile.in Tue Jul 18 18:36:36 2000
|
|
@@ -147,7 +147,6 @@
|
|
[ -d $(bindir) ] || $(MKDIR) $(bindir)
|
|
$(INSTALL_PROGRAM) wine $(bindir)/wine
|
|
$(INSTALL_PROGRAM) loader/dos/dosmod $(bindir)/dosmod
|
|
- -$(LDCONFIG)
|
|
|
|
uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
|
|
cd $(libdir) && $(RM) libwine.a libwine.so libwine.so.$(SOVERSION)
|