diff src/freetds.mk @ 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 8a67415c1707
children 7f4aeb15a700 c04c8acc8975
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