aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-12 09:32:29 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-12 09:32:29 +0000
commiteaa253e8f3cdf477ccaf8b660447f442e9e44740 (patch)
tree312a306e4d8600fafe1d96a7e00a906a0247cd47 /games
parentd4104bb3f329a859fe92907290236147338659c7 (diff)
downloadports-eaa253e8f3cdf477ccaf8b660447f442e9e44740.tar.gz
ports-eaa253e8f3cdf477ccaf8b660447f442e9e44740.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/asc/files/patch-Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/asc/files/patch-Makefile.in b/games/asc/files/patch-Makefile.in
new file mode 100644
index 000000000000..67438d675b17
--- /dev/null
+++ b/games/asc/files/patch-Makefile.in
@@ -0,0 +1,20 @@
+
+$FreeBSD$
+
+--- Makefile.in 2001/03/12 08:01:39 1.1
++++ Makefile.in 2001/03/12 08:02:46
+@@ -42,10 +42,10 @@
+
+ top_builddir = .
+
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
++ACLOCAL = /usr/bin/true
++AUTOCONF = /usr/bin/true
++AUTOMAKE = /usr/bin/true
++AUTOHEADER = /usr/bin/true
+
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)