freebsd-ports/textproc/mxml/files/patch-libtool22
Tijl Coosemans 1b9e1f4e00 - Fix a USE_GMAKE conversion. USES is redefined later without gmake.
Evidently gmake isn't needed.
- Also remove the libtool dependency.
2014-02-19 17:44:39 +00:00

15 lines
454 B
Text

--- Makefile.in.orig 2009-07-14 23:48:58.000000000 -0500
+++ Makefile.in 2009-07-14 23:49:34.000000000 -0500
@@ -57,10 +57,10 @@
# Install commands...
#
-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s
+INSTALL_BIN = $(INSTALL) -m 755 -s
INSTALL_DATA = $(INSTALL) -m 644
INSTALL_DIR = $(INSTALL) -d
-INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755
+INSTALL_LIB = $(INSTALL) -m 755 -s
INSTALL_MAN = $(INSTALL) -m 644
INSTALL_SCRIPT = $(INSTALL) -m 755