diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-06-10 02:02:40 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-06-10 02:02:40 +0000 |
commit | 53b5fc221e02940b1151a660448153077050ab95 (patch) | |
tree | 0611133f4dee01938d5c0f091813f15e6c0731e7 /astro/gpsd/files | |
parent | 2b4c944c704e28a2b9ab197062fec91e86878f6d (diff) | |
download | ports-53b5fc221e02940b1151a660448153077050ab95.tar.gz ports-53b5fc221e02940b1151a660448153077050ab95.zip |
Notes
Diffstat (limited to 'astro/gpsd/files')
-rw-r--r-- | astro/gpsd/files/patch-Makefile.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/astro/gpsd/files/patch-Makefile.in b/astro/gpsd/files/patch-Makefile.in new file mode 100644 index 000000000000..34b545b74ef5 --- /dev/null +++ b/astro/gpsd/files/patch-Makefile.in @@ -0,0 +1,27 @@ +--- Makefile.in.bak 2010-06-07 18:25:09.000000000 +0400 ++++ Makefile.in 2010-06-07 18:52:16.000000000 +0400 +@@ -371,7 +371,6 @@ + SHELL = @SHELL@ + STRIP = @STRIP@ + VERSION = @VERSION@ +-WITH_XMLTO = @WITH_XMLTO@ + WITH_XSLTPROC = @WITH_XSLTPROC@ + X11_LIBS = @X11_LIBS@ + XAW_LIBS = @XAW_LIBS@ +@@ -471,7 +470,6 @@ + + + #SUBDIRS = contrib +-XMLTO = xmlto + + # + # Conditionally add programs depending on libraries that may or may not be present. +@@ -1996,7 +1994,7 @@ + + # Install Python modules + @HAVE_PYTHON_TRUE@install-exec-local: +-@HAVE_PYTHON_TRUE@ $(PYTHON) setup.py install --prefix=${prefix} --root=$(DESTDIR) ++@HAVE_PYTHON_TRUE@ $(PYTHON) setup.py install --prefix=${prefix} + + @HAVE_XSLT_PROCESSOR_TRUE@.xml.1: + @HAVE_XSLT_PROCESSOR_TRUE@ $(MANGENERATOR) $(MANFLAGS) $(MANTARGET) $< |