diff options
Diffstat (limited to 'net-p2p/minder/files/patch-Makefile')
-rw-r--r-- | net-p2p/minder/files/patch-Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-p2p/minder/files/patch-Makefile b/net-p2p/minder/files/patch-Makefile deleted file mode 100644 index 3092f680b7d7..000000000000 --- a/net-p2p/minder/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig Sat Jan 15 23:23:22 2005 -+++ Makefile Sat Jan 15 23:27:38 2005 -@@ -4,7 +4,7 @@ - CFLAGS = -Wall -g -O2 $(INCLUDE) -MD - CPPFLAGS = $(CFLAGS) - LIBS = -L/usr/devel/lib -lSockets \ -- -lssl -lcrypto -luuid -lpthread -+ -lSockets -lssl -lcrypto - - PROGS = minder - all: $(PROGS) -@@ -19,7 +19,7 @@ - rm -f *.o *~ *.d slask $(PROGS) - - install: all -- install --strip $(PROGS) /usr/local/bin -+ @${BSD_INSTALL_PROGRAM} $(PROGS) /usr/local/bin - - -include *.d - |