freebsd-ports/games/nil/files/patch-configure
Alejandro Pulver 82d09b0f76 - Update to version 20050603-1400.
- Fix (was marked as BROKEN).
2006-06-17 21:53:27 +00:00

12 lines
454 B
Text

--- ./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