diff options
author | miwi <miwi@FreeBSD.org> | 2016-01-06 16:50:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-01-06 16:50:23 +0800 |
commit | c778215237bbcd159073a5c30f92b1da3f20fccf (patch) | |
tree | 1019ad2045f2fe69e731dc7cef0b9a1ff5930654 /databases/opentsdb/files | |
parent | 82be5b887be3da65f88da1bece6ead73a5c6ab82 (diff) | |
download | freebsd-ports-gnome-c778215237bbcd159073a5c30f92b1da3f20fccf.tar.gz freebsd-ports-gnome-c778215237bbcd159073a5c30f92b1da3f20fccf.tar.zst freebsd-ports-gnome-c778215237bbcd159073a5c30f92b1da3f20fccf.zip |
- Fix wrong path searching for logback.xml
- While here remove unused sed line
- Bump PORTREVISION
PR: 205868
Submitted by: Davide D'Amico (based on)
Approved by: Johannes Jost Meixner (maintainer)
Diffstat (limited to 'databases/opentsdb/files')
-rw-r--r-- | databases/opentsdb/files/patch-Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/opentsdb/files/patch-Makefile.in b/databases/opentsdb/files/patch-Makefile.in index 15c4844ddd66..5b65f53154ca 100644 --- a/databases/opentsdb/files/patch-Makefile.in +++ b/databases/opentsdb/files/patch-Makefile.in @@ -1,8 +1,11 @@ --- Makefile.in.orig 2015-11-11 20:54:56 UTC +++ Makefile.in -@@ -1315,7 +1315,9 @@ printdeps: +@@ -1313,9 +1313,11 @@ printdeps: + # This is kind of a hack, but I couldn't find a better way to adjust the paths + # in the script before it gets installed... install-exec-hook: - script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(sysconfigdir)/etc/opentsdb'; \ +- script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(sysconfigdir)/etc/opentsdb'; \ ++ script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(sysconfdir)/opentsdb'; \ abs_srcdir=''; abs_builddir=''; $(edit_tsdb_script) + chmod u+w "$(DESTDIR)$(bindir)/tsdb" cat tsdb.tmp >"$(DESTDIR)$(bindir)/tsdb" |