reference shared manpages in correct subdirectory.
This commit is contained in:
parent
df8998d53c
commit
b2b2db5e20
1 changed files with 7 additions and 1 deletions
|
@ -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 @@ USE_TOOLS+= pkg-config
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue