aboutsummaryrefslogtreecommitdiff
path: root/www/pound/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/pound/files/patch-Makefile.in')
-rw-r--r--www/pound/files/patch-Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/pound/files/patch-Makefile.in b/www/pound/files/patch-Makefile.in
new file mode 100644
index 000000000000..ef46de7928c8
--- /dev/null
+++ b/www/pound/files/patch-Makefile.in
@@ -0,0 +1,13 @@
+--- Makefile.in Wed Mar 24 11:03:14 2004
++++ Makefile.in Sun Mar 28 15:01:40 2004
+@@ -48,8 +48,8 @@
+ $(OBJS): pound.h
+
+ install: all
+- @INSTALL@ -o bin -g bin -m 555 -s -D pound @sbindir@/pound
+- @INSTALL@ -o bin -g bin -m 644 -D pound.8 @mandir@/man8/pound.8
++ @INSTALL@ -o bin -g bin -m 555 -s pound @sbindir@/pound
++ @INSTALL@ -o bin -g bin -m 644 pound.8 @mandir@/man8/pound.8
+
+ clean:
+ rm -f pound $(OBJS)