summaryrefslogtreecommitdiff
path: root/irc/bnc/files/patch-Makefile.in
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-05-28 12:03:41 +0200
committerRene Ladan <rene@FreeBSD.org>2025-05-28 12:03:41 +0200
commit10f4becdc86a801979a403194137dc0f89471b90 (patch)
tree24785abef915a9e7e053e74f7730addefbdad09c /irc/bnc/files/patch-Makefile.in
parentarchivers/libcomprex: Remove expired port (diff)
irc/bnc: Remove expired port
2025-05-27 irc/bnc: Unmaintained without upstream distfile and WWW
Diffstat (limited to 'irc/bnc/files/patch-Makefile.in')
-rw-r--r--irc/bnc/files/patch-Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/bnc/files/patch-Makefile.in b/irc/bnc/files/patch-Makefile.in
deleted file mode 100644
index 11081be785dd..000000000000
--- a/irc/bnc/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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}