pkgsrc-WIP-changes archive

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

xbps: fix manpath.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Fri Sep 8 00:39:43 2017 +0200
Changeset:	a3c353a6c504a9f4af05b4e8c52a22ef4fe18995

Modified Files:
	xbps/Makefile
	xbps/PLIST

Log Message:
xbps: fix manpath.

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

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

diffstat:
 xbps/Makefile |  2 +-
 xbps/PLIST    | 26 +++++++++++++-------------
 2 files changed, 14 insertions(+), 14 deletions(-)

diffs:
diff --git a/xbps/Makefile b/xbps/Makefile
index ce0dcb00bc..3d1375ec6e 100644
--- a/xbps/Makefile
+++ b/xbps/Makefile
@@ -9,8 +9,8 @@ HOMEPAGE=	https://github.com/voidlinux/xbps/
 COMMENT=	The X Binary Package System
 LICENSE=	2-clause-bsd
 
-HAS_CONFIGURE=	yes
 USE_TOOLS+=	pkg-config gmake
+GNU_CONFIGURE=	yes
 
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
diff --git a/xbps/PLIST b/xbps/PLIST
index b59b30055e..fd2d8bd90c 100644
--- a/xbps/PLIST
+++ b/xbps/PLIST
@@ -26,6 +26,19 @@ lib/libxbps.so
 lib/libxbps.so.2
 lib/libxbps.so.2.0.0
 lib/pkgconfig/libxbps.pc
+man/man1/xbps-alternatives.1
+man/man1/xbps-checkvers.1
+man/man1/xbps-create.1
+man/man1/xbps-dgraph.1
+man/man1/xbps-fbulk.1
+man/man1/xbps-install.1
+man/man1/xbps-pkgdb.1
+man/man1/xbps-query.1
+man/man1/xbps-reconfigure.1
+man/man1/xbps-remove.1
+man/man1/xbps-rindex.1
+man/man1/xbps-uchroot.1
+man/man1/xbps-uunshare.1
 share/bash-completion/completions/xbps
 share/bash-completion/completions/xbps-checkvers
 share/bash-completion/completions/xbps-create
@@ -36,19 +49,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/man1/xbps-alternatives.1
-share/man/man1/xbps-checkvers.1
-share/man/man1/xbps-create.1
-share/man/man1/xbps-dgraph.1
-share/man/man1/xbps-fbulk.1
-share/man/man1/xbps-install.1
-share/man/man1/xbps-pkgdb.1
-share/man/man1/xbps-query.1
-share/man/man1/xbps-reconfigure.1
-share/man/man1/xbps-remove.1
-share/man/man1/xbps-rindex.1
-share/man/man1/xbps-uchroot.1
-share/man/man1/xbps-uunshare.1
 share/man/man5/xbps.d.5
 share/xbps.d/00-repository-main.conf
 share/xbps.d/xbps.conf


Home | Main Index | Thread Index | Old Index