ports/irc/dancer/files/patch-aa
Daichi GOTO f5c657a4aa Add dancer 4.16,
an IRC bot written in C for UNIX, Windows, and
AmigaOS.

PR:		46706
Submitted by:	Dominic Marks <dom@cus.org.uk>
2003-06-20 05:25:52 +00:00

15 lines
347 B
Text

--- Makefile Sun Mar 18 03:58:38 2001
+++ Makefile.new Fri Jan 3 00:51:20 2003
@@ -26,10 +26,10 @@
(cd src; make debug)
src/config.h:
- (cd src; ./configure; cd ..; /bin/sh fplcheck)
+ (cd src; ./configure; cd ..)
configure:
- (cd src; ./configure; cd ..; /bin/sh fplcheck)
+ (cd src; ./configure; cd ..)
install:
/bin/sh installbot