ports/irc/bnc/files/patch-Makefile.in
Fernando Apesteguía 8b304ef939 irc/bnc: unbreak (make fetchable again)
Additionally:

 * add additional MASTER_SITES
 * add license info
 * rework patches (make makepach)

PR:	244638
Submitted by:	portmaster@bsdforge.com
Approved by:	douglas@t2web.com.br (maintainer, timeout)
2020-03-19 07:11:29 +00:00

11 lines
247 B
Text

--- Makefile.in.orig 2005-01-26 04:15:06 UTC
+++ Makefile.in
@@ -2,7 +2,7 @@ LIBS=@LIBS@
CFLAGS=-O3 -Wall -include config.h
CC=@CC@
-ALL: bnc mkpasswd
+all: bnc mkpasswd
mkpasswd:mkpasswd.c
${CC} ${CFLAGS} -o mkpasswd mkpasswd.c ${LIBS}