diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-10 19:50:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-10 19:50:11 +0000 |
commit | 3e91b9ea55322d2a44d21e621d0d537a3d8bcd38 (patch) | |
tree | 00ee5bf0a6c9d532e17b54d3da92fb4ef39027c8 /x11/libXtst | |
parent | 04eea6e8eff19845a379b1701f4a3a2763ab574a (diff) | |
download | pkgsrc-3e91b9ea55322d2a44d21e621d0d537a3d8bcd38.tar.gz |
Fix .so usage. Bump PKGREVISION.
Diffstat (limited to 'x11/libXtst')
-rw-r--r-- | x11/libXtst/Makefile | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 5871fa7601b..c5b64950f3e 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 08:30:24 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/06/10 19:50:11 wiz Exp $ DISTNAME= libXtst-1.2.2 +PKGREVISION= 1 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 @@ -17,6 +18,21 @@ PKGCONFIG_OVERRIDE+= xtst.pc.in CONFIGURE_ENV+= ac_cv_path_XMLTO= # empty +SUBST_CLASSES+= sofix +SUBST_SED.sofix+= -e 's,^.so ,.so man3/,' +SUBST_FILES.sofix+= man/XTestSetGContextOfGC.man +SUBST_FILES.sofix+= man/XTestFakeButtonEvent.man +SUBST_FILES.sofix+= man/XTestFakeKeyEvent.man +SUBST_FILES.sofix+= man/XTestSetVisualIDOfVisual.man +SUBST_FILES.sofix+= man/XTestFakeRelativeMotionEvent.man +SUBST_FILES.sofix+= man/XTestDiscard.man +SUBST_FILES.sofix+= man/XTestCompareCurrentCursorWithWindow.man +SUBST_FILES.sofix+= man/XTestGrabControl.man +SUBST_FILES.sofix+= man/XTestFakeMotionEvent.man +SUBST_FILES.sofix+= man/XTestCompareCursorWithWindow.man +SUBST_STAGE.sofix= post-configure +SUBST_MESSAGE.sofix= Fix .so arguments. + .include "../../meta-pkgs/modular-xorg/hacks.mk" .include "../../x11/inputproto/buildlink3.mk" |