freebsd-ports/net/minder/files/patch-Makefile

21 lines
439 B
Text
Raw Normal View History

2005-09-25 08:34:10 +02:00
--- Makefile.orig Sun Sep 25 02:56:46 2005
+++ Makefile Sun Sep 25 02:57:16 2005
@@ -6,7 +6,7 @@
CPPFLAGS = $(CFLAGS)
2005-09-25 08:34:10 +02:00
LIBS = -L/usr/local/lib -lSockets \
- -lssl -lcrypto -luuid -lpthread
2005-09-25 08:34:10 +02:00
+ -lssl -lcrypto -lSockets
PROGS = minder
all: $(PROGS)
2005-09-25 08:34:10 +02:00
@@ -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