freebsd-ports/deskutils/kooldock/files/patch-cvs
Martin Wilke 7ba44cf937 - Update to 0.4.7
PR:		118755
Submitted by:	Gustavo Perez <gustau.perez@gmail.com> (maintainer)
2007-12-18 18:40:12 +00:00

18 lines
359 B
Text

--- admin/cvs.sh.orig 2007-12-16 10:18:48.000000000 +0100
+++ admin/cvs.sh 2007-12-16 10:18:48.000000000 +0100
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /usr/local/bin/bash
#
# cvs.sh
#
@@ -7,6 +7,9 @@
# and then does a case to call the correct function.
unset MAKEFLAGS
+AUTOCONF=autoconf
+AUTOHEADER=autoheader
+AUTOMAKE=automake
call_and_fix_autoconf()
{