1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net-p2p/minder/files/patch-Makefile
Mario Sergio Fujikawa Ferreira 7473f0c063 Update to 1.2
2005-09-25 06:34:10 +00:00

21 lines
439 B
Plaintext

--- Makefile.orig Sun Sep 25 02:56:46 2005
+++ Makefile Sun Sep 25 02:57:16 2005
@@ -6,7 +6,7 @@
CPPFLAGS = $(CFLAGS)
LIBS = -L/usr/local/lib -lSockets \
- -lssl -lcrypto -luuid -lpthread
+ -lssl -lcrypto -lSockets
PROGS = minder
all: $(PROGS)
@@ -21,7 +21,7 @@
rm -f *.o *~ *.d slask $(PROGS)
install: all
- install --strip $(PROGS) /usr/local/bin
+ @${BSD_INSTALL_PROGRAM} $(PROGS) /usr/local/bin
-include *.d