changeset 1128:001b869cef5e

another bugfix for package freetds (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 12 Sep 2010 12:44:12 +0200
parents 9be4cacf1993
children 29bef2a6fa4f
files src/freetds.mk
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/freetds.mk	Sat Sep 11 21:03:14 2010 +0200
+++ b/src/freetds.mk	Sun Sep 12 12:44:12 2010 +0200
@@ -40,6 +40,5 @@
         --enable-sspi \
         --disable-threadsafe \
         --with-tdsver=8.0
-    cd '$(1)' && chmod +x doc/txt2man
-    $(MAKE) -C '$(1)' -j '$(JOBS)' install
+    $(MAKE) -C '$(1)' -j '$(JOBS)' install man_MANS=
 endef