diff options
Diffstat (limited to 'sysutils/xsysstats/files')
-rw-r--r-- | sysutils/xsysstats/files/patch-Makefile.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/sysutils/xsysstats/files/patch-Makefile.in b/sysutils/xsysstats/files/patch-Makefile.in index d5efe31d1f40..2f28b5ad8033 100644 --- a/sysutils/xsysstats/files/patch-Makefile.in +++ b/sysutils/xsysstats/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Tue May 30 08:07:38 2000 -+++ Makefile.in Sat Nov 9 08:50:56 2002 +--- Makefile.in.orig 2000-05-30 14:07:38.000000000 +0800 ++++ Makefile.in 2013-11-16 23:47:26.000000000 +0800 @@ -1,6 +1,6 @@ -CC = @CC@ -CFLAGS = @CFLAGS@ @@ -10,3 +10,16 @@ LIBS = @LIBS@ LDFLAGS = @LDFLAGS@ +@@ -31,10 +31,8 @@ xysstats.o: xsysstats.c xsysstats.h conf + porting.o: xsysstats.c xsysstats.h config.h headers.h + + install: +- mkdir -p $(BINDIR) +- $(INSTALL) xsysstats $(BINDIR)/xsysstats +- mkdir -p $(MANDIR) +- $(INSTALL) xsysstats.man $(MANDIR)/xsysstats.1 ++ $(INSTALL) xsysstats $(DESTDIR)$(BINDIR)/xsysstats ++ $(INSTALL) xsysstats.man $(DESTDIR)$(MANDIR)/xsysstats.1 + + clean: + rm -f *.o core xsysstats |