File shd-tcp-tools-destdir.patch of Package shd-tcp-tools
--- Makefile.in.orig 2008-09-18 07:33:34.000000000 +0200
+++ Makefile.in 2008-09-18 07:33:48.000000000 +0200
@@ -1,3 +1,4 @@
+DESTDIR =
CC = {CC}
CFLAGS = -Wall -g -I. {CFLAGS}
LDFLAGS = {LDFLAGS}
@@ -49,5 +50,5 @@
rm -f tcp-pf connecttwo listentwo tcppipe tcppipe-least *.o
install: all
- mkdir -p {BINDIR}
- install tcp-pf connecttwo listentwo tcppipe tcppipe-least {BINDIR}
+ mkdir -p $(DESTDIR){BINDIR}
+ install tcp-pf connecttwo listentwo tcppipe tcppipe-least $(DESTDIR){BINDIR}