summaryrefslogtreecommitdiff
path: root/math/xplot/files/patch-Makefile.in
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-07-17 09:00:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-07-17 09:00:30 +0000
commitcbceaf7345c0cb04f0ce42e13839dd8136a32fc7 (patch)
treea87818ee50f1439de3da35c8b650634ee3b9aaa0 /math/xplot/files/patch-Makefile.in
parentBuild with ninja to reduce build time (diff)
- Switch to options helpers
- Regenerate patches with `make makepatch`
Notes
Notes: svn path=/head/; revision=418660
Diffstat (limited to 'math/xplot/files/patch-Makefile.in')
-rw-r--r--math/xplot/files/patch-Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/xplot/files/patch-Makefile.in b/math/xplot/files/patch-Makefile.in
new file mode 100644
index 000000000000..ad46749e2515
--- /dev/null
+++ b/math/xplot/files/patch-Makefile.in
@@ -0,0 +1,19 @@
+--- Makefile.in.orig 2000-05-04 21:04:20 UTC
++++ Makefile.in
+@@ -70,11 +70,11 @@ version_string.c: version
+ echo 'char *version_string = "'`cat version`'";' >version_string.c
+
+ install: all
+- mkdir -p $(bindir)
+- $(INSTALL_PROGRAM) xplot $(bindir)/xplot
+- $(INSTALL) tcpdump2xplot.pl $(bindir)/tcpdump2xplot
+- mkdir -p $(mandir)
+- $(INSTALL_MAN) $(MANFILES) $(mandir)
++ mkdir -p $(DESTDIR)$(bindir)
++ $(INSTALL_PROGRAM) xplot $(DESTDIR)$(bindir)/xplot
++ $(INSTALL) tcpdump2xplot.pl $(DESTDIR)$(bindir)/tcpdump2xplot
++ mkdir -p $(DESTDIR)$(mandir)
++ $(INSTALL_MAN) $(MANFILES) $(DESTDIR)$(mandir)
+ clean:
+ rm -f ${PROG} ${PROG}.old *.o version_string.c
+