diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-16 05:07:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-16 05:07:44 +0000 |
commit | 30a485e20d88ff1c13132efee6d710a45b7def57 (patch) | |
tree | 89bd8655410834677a41bb6a9c2f029c1b2f78e1 /net/minder/files/patch-Makefile | |
parent | Remove file that shouldn't have been added. (diff) |
New port minder version 1.1: A small network application for automatic
maintenance of peer lists
Notes
Notes:
svn path=/head/; revision=126547
Diffstat (limited to 'net/minder/files/patch-Makefile')
-rw-r--r-- | net/minder/files/patch-Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/minder/files/patch-Makefile b/net/minder/files/patch-Makefile new file mode 100644 index 000000000000..3092f680b7d7 --- /dev/null +++ b/net/minder/files/patch-Makefile @@ -0,0 +1,20 @@ +--- 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 + |