aboutsummaryrefslogtreecommitdiff
path: root/x11/xob/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2020-10-25 21:16:40 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2020-10-25 21:16:40 +0000
commite3c17b5e29e26b3acc9edb29ae3fcbd7ff2cdf1d (patch)
tree5e0626c1acd11640f7604e317128f43814b0430e /x11/xob/files
parent887c1283f33fe9365d4ab7ad94682a702681e598 (diff)
downloadports-e3c17b5e29e26b3acc9edb29ae3fcbd7ff2cdf1d.tar.gz
ports-e3c17b5e29e26b3acc9edb29ae3fcbd7ff2cdf1d.zip
x11/xob: Install configuration file properly
PR: 250607 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=553293
Diffstat (limited to 'x11/xob/files')
-rw-r--r--x11/xob/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xob/files/patch-Makefile b/x11/xob/files/patch-Makefile
index d96be539ad9d..8181130bd9b0 100644
--- a/x11/xob/files/patch-Makefile
+++ b/x11/xob/files/patch-Makefile
@@ -15,7 +15,7 @@
+ mkdir -p "$(DESTDIR)$(man1dir)"
+ $(BSD_INSTALL_DATA) "$(MANPAGE)" "$(DESTDIR)$(man1dir)"
+ mkdir -p "$(DESTDIR)$(sysconfdir)/$(PROGRAM)"
-+ $(BSD_INSTALL_DATA) "$(SYSCONF)" "$(DESTDIR)$(sysconfdir)/$(PROGRAM)"
++ $(BSD_INSTALL_DATA) "$(SYSCONF)" "$(DESTDIR)$(sysconfdir)/$(PROGRAM)/$(SYSCONF).sample"
uninstall:
rm -f "$(DESTDIR)$(bindir)/$(PROGRAM)"