summaryrefslogtreecommitdiff
path: root/games/nil/files/patch-configure
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-06-17 21:53:27 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-06-17 21:53:27 +0000
commit82d09b0f7693ba292301b7dbf850a161b4a5593d (patch)
tree8434b2712ca410867e6595bea2d6cc54e7ce7c06 /games/nil/files/patch-configure
parent- Update from v1.01 to v1.11 (diff)
- Update to version 20050603-1400.
- Fix (was marked as BROKEN).
Notes
Notes: svn path=/head/; revision=165668
Diffstat (limited to 'games/nil/files/patch-configure')
-rw-r--r--games/nil/files/patch-configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/nil/files/patch-configure b/games/nil/files/patch-configure
new file mode 100644
index 000000000000..1564726c5e15
--- /dev/null
+++ b/games/nil/files/patch-configure
@@ -0,0 +1,12 @@
+--- ./configure.orig Thu Jan 6 13:06:23 2005
++++ ./configure Fri Jun 16 21:54:02 2006
+@@ -23,8 +23,7 @@
+ echo " @cd src && make all" >> Makefile
+ echo "utils:" >> Makefile
+ echo " @cd utils && make all" >> Makefile
+-echo "all:" >> Makefile
+-echo " nil utils" >> Makefile
++echo "all: nil utils" >> Makefile
+ echo "clean:" >> Makefile
+ echo " @cd \$(CURRENTPATH)/utils && make clean" >> Makefile
+ echo " @cd \$(CURRENTPATH)/src && make clean" >> Makefile