pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xbps: Fixed location of xbps.d.5 manpage.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Mon May 13 15:01:30 2019 +0000
Changeset:	1683a53ff515d883f63c2d99cfd937e536066b87

Modified Files:
	xbps/PLIST
	xbps/distinfo
Added Files:
	xbps/patches/patch-data_Makefile

Log Message:
xbps: Fixed location of xbps.d.5 manpage.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1683a53ff515d883f63c2d99cfd937e536066b87

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xbps/PLIST                       |  2 +-
 xbps/distinfo                    |  1 +
 xbps/patches/patch-data_Makefile | 18 ++++++++++++++++++
 3 files changed, 20 insertions(+), 1 deletion(-)

diffs:
diff --git a/xbps/PLIST b/xbps/PLIST
index 8faf3b83d4..14966909f8 100644
--- a/xbps/PLIST
+++ b/xbps/PLIST
@@ -39,6 +39,7 @@ man/man1/xbps-remove.1
 man/man1/xbps-rindex.1
 man/man1/xbps-uchroot.1
 man/man1/xbps-uunshare.1
+man/man5/xbps.d.5
 share/bash-completion/completions/xbps
 share/bash-completion/completions/xbps-checkvers
 share/bash-completion/completions/xbps-create
@@ -49,7 +50,6 @@ share/bash-completion/completions/xbps-query
 share/bash-completion/completions/xbps-reconfigure
 share/bash-completion/completions/xbps-remove
 share/bash-completion/completions/xbps-rindex
-share/man/man5/xbps.d.5
 share/xbps.d/00-repository-main.conf
 share/xbps.d/xbps.conf
 share/zsh/site-functions/_xbps
diff --git a/xbps/distinfo b/xbps/distinfo
index 2c729830d7..3daa1b2668 100644
--- a/xbps/distinfo
+++ b/xbps/distinfo
@@ -5,3 +5,4 @@ RMD160 (xbps-0.53.tar.gz) = a299e6462ab224455fd2fc57e4eacf3b73300396
 SHA512 (xbps-0.53.tar.gz) = f40a479196e95cd1c01962230cd3e61f424474ceb454c3d7a31d59b636a0f17138023ae2822bb1666765f15618e3fa7e4fa48786c5530eb975f637b6abf6418f
 Size (xbps-0.53.tar.gz) = 357001 bytes
 SHA1 (patch-configure) = fac38fb8b6e04fdb8c735bb25abde990b6c57b71
+SHA1 (patch-data_Makefile) = f2c3090369d0b3fc56ccd5fd29353f62542cda7d
diff --git a/xbps/patches/patch-data_Makefile b/xbps/patches/patch-data_Makefile
new file mode 100644
index 0000000000..d524aaf2d4
--- /dev/null
+++ b/xbps/patches/patch-data_Makefile
@@ -0,0 +1,18 @@
+$NetBSD$
+
+Fixed location of xbps.d.5 manpage.
+Pull-request is created on github.
+
+--- data/Makefile.orig	2018-07-30 11:47:08.000000000 +0000
++++ data/Makefile
+@@ -11,8 +11,8 @@ all:
+ 
+ .PHONY: install
+ install:
+-	install -d $(DESTDIR)$(SHAREDIR)/man/man5
+-	install -m644 xbps.d.5 $(DESTDIR)$(SHAREDIR)/man/man5
++	install -d $(DESTDIR)$(MANDIR)/man5
++	install -m644 xbps.d.5 $(DESTDIR)$(MANDIR)/man5
+ 	install -d $(DESTDIR)$(PKGCONFIGDIR)
+ 	install -m644 $(PCFILE) $(DESTDIR)$(PKGCONFIGDIR)
+ 	install -d $(DESTDIR)/$(DBDIR)/keys


Home | Main Index | Thread Index | Old Index