freebsd-ports/net-p2p/minder/files/patch-Makefile
Mario Sergio Fujikawa Ferreira 30a485e20d New port minder version 1.1: A small network application for automatic
maintenance of peer lists
2005-01-16 05:07:44 +00:00

20 lines
475 B
Text

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