freebsd-ports/net/minder/files/patch-Makefile
Mario Sergio Fujikawa Ferreira 7473f0c063 Update to 1.2
2005-09-25 06:34:10 +00:00

20 lines
439 B
Text

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