summaryrefslogtreecommitdiff
blob: f905224e2de30db282c1c47bdb9634989728b319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --exclude='*~' --exclude='.*' -I '$Id:' -urN httperf-0.8.orig/Makefile.in httperf-0.8/Makefile.in
--- httperf-0.8.orig/Makefile.in	2005-08-17 16:07:21.000000000 -0400
+++ httperf-0.8/Makefile.in	2005-08-17 16:34:50.000000000 -0400
@@ -51,9 +51,10 @@
 	$(LINK) idleconn.o $(LIBS)
 
 install: install-recursive httperf
-	$(MKDIR) $(bindir) $(mandir)/man1
-	$(INSTALL_PROGRAM) httperf $(bindir)/httperf
-	$(INSTALL_DATA) $(srcdir)/httperf.man $(mandir)/man1/httperf.1
+	$(MKDIR) $(DESTDIR)$(bindir) $(mandir)/man1
+	$(INSTALL_PROGRAM) httperf $(DESTDIR)$(bindir)/httperf
+	$(MKDIR) $(DESTDIR)$(mandir)/man1
+	$(INSTALL_DATA) $(srcdir)/httperf.man $(DESTDIR)$(mandir)/man1/httperf.1
 
 ttest: ttest.o timer.o