diff options
author | Romain Tartière <romain@FreeBSD.org> | 2025-05-23 15:12:13 -1000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2025-07-19 11:07:07 -1000 |
commit | e97cd4164518f50a6600bc3d8cdc40f7d1c751a8 (patch) | |
tree | d9a433cacf802d00b34b5f9d77750f18e7ce9e77 /databases/openvoxdb8/files/patch-Makefile | |
parent | sysutils/openvox-server8: New port (diff) |
databases/openvoxdb8: New port
Copied from databases/puppetdb8
With hat: puppet
Diffstat (limited to 'databases/openvoxdb8/files/patch-Makefile')
-rw-r--r-- | databases/openvoxdb8/files/patch-Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/openvoxdb8/files/patch-Makefile b/databases/openvoxdb8/files/patch-Makefile new file mode 100644 index 000000000000..0bdb0aa87c7f --- /dev/null +++ b/databases/openvoxdb8/files/patch-Makefile @@ -0,0 +1,15 @@ +--- Makefile.orig 2024-06-10 16:24:36 UTC ++++ Makefile +@@ -1,9 +1,9 @@ +-prefix = /usr/local ++prefix = %%PREFIX%% + datadir = $(prefix)/share +-confdir = /etc ++confdir = %%PREFIX%%/etc + rubylibdir = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']") + rundir = /var/run +-bindir = /usr/bin ++bindir = %%PREFIX%%/bin + + install-puppetdb: + install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb" |