pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXi reference shared manpages in correct subdire...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd49b3e2d893
branches:  trunk
changeset: 604490:cd49b3e2d893
user:      mlelstv <mlelstv%pkgsrc.org@localhost>
date:      Thu May 31 21:29:40 2012 +0000

description:
reference shared manpages in correct subdirectory.

diffstat:

 x11/libXi/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 350ea3eedaeb -r cd49b3e2d893 x11/libXi/Makefile
--- a/x11/libXi/Makefile        Thu May 31 16:59:26 2012 +0000
+++ b/x11/libXi/Makefile        Thu May 31 21:29:40 2012 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2011/06/12 00:21:53 dholland Exp $
+# $NetBSD: Makefile,v 1.16 2012/05/31 21:29:40 mlelstv Exp $
 #
 
 DISTNAME=              libXi-1.4.3
+PKGREVISION=           1
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2
@@ -21,6 +22,11 @@
 CONFIGURE_ENV+=                LIB_MAN_SUFFIX=3 ac_cv_path_ASCIIDOC= ac_cv_path_XMLTO=
 PKGCONFIG_OVERRIDE+=   xi.pc.in
 
+SUBST_CLASSES+=                sosubdir
+SUBST_STAGE.sosubdir=  pre-configure
+SUBST_FILES.sosubdir=  man/*.man
+SUBST_SED.sosubdir=    -e 's|\.so X|.so manlibmansuffix/X|'
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index