From 2edc9dcdc9f952505a360e8f26af1a591e930c04 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 10 Dec 2016 18:45:21 +0000 Subject: [PATCH] uwm: usr/doc -> usr/share/doc --- srcpkgs/uwm/patches/fix-docdir.patch | 11 +++++++++++ srcpkgs/uwm/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/uwm/patches/fix-docdir.patch diff --git a/srcpkgs/uwm/patches/fix-docdir.patch b/srcpkgs/uwm/patches/fix-docdir.patch new file mode 100644 index 00000000000..bee58a06854 --- /dev/null +++ b/srcpkgs/uwm/patches/fix-docdir.patch @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig 2014-10-12 15:50:27.000000000 +0000 ++++ doc/Makefile.in 2016-12-10 18:43:26.681283216 +0000 +@@ -273,7 +273,7 @@ + manual.pdf + + DIR_CONTENTS = ${TEXSOURCES} ${TEXOUTPUT} README +-udedocdir = ${prefix}/doc/${PACKAGE}-${VERSION} ++udedocdir = ${docdir}/${PACKAGE}-${VERSION} + udedoc_DATA = ${DIR_CONTENTS} + EXTRA_DIST = ${DIR_CONTENTS} + all: all-am diff --git a/srcpkgs/uwm/template b/srcpkgs/uwm/template index 7b022bc09ca..a822d4d7631 100644 --- a/srcpkgs/uwm/template +++ b/srcpkgs/uwm/template @@ -1,7 +1,7 @@ # Template file for 'uwm' pkgname=uwm version=0.2.11a -revision=1 +revision=2 build_style=gnu-configure makedepends="libXmu-devel libXpm-devel" short_desc="The ultimate window manager"