diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 01:37:02 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 03:47:59 +0000 |
commit | 051f84c40b2002f177b892c2e5871c13f11c81cb (patch) | |
tree | 9d10ad8ac920481c80e2ffb9b342edaafd52f7c8 /x11-drivers | |
parent | 89b109f71f4838adf2f6be000318188578f56b16 (diff) |
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-evdev/Makefile | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-input-evdev/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-evdev/Makefile b/x11-drivers/xf86-input-evdev/Makefile index 92428cf99e30..9e7ec147e052 100644 --- a/x11-drivers/xf86-input-evdev/Makefile +++ b/x11-drivers/xf86-input-evdev/Makefile @@ -1,6 +1,6 @@ PORTNAME= xf86-input-evdev PORTVERSION= 2.10.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,6 +16,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev \ RUN_DEPENDS= webcamd>=3.1.0.1:multimedia/webcamd USES= pathfix xorg-cat:driver +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV= UDEV_CFLAGS=" " UDEV_LIBS=" " .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-evdev/pkg-plist b/x11-drivers/xf86-input-evdev/pkg-plist index c9d6a12dcdd3..d0b04461087f 100644 --- a/x11-drivers/xf86-input-evdev/pkg-plist +++ b/x11-drivers/xf86-input-evdev/pkg-plist @@ -1,5 +1,5 @@ include/xorg/evdev-properties.h lib/xorg/modules/input/evdev_drv.so libdata/pkgconfig/xorg-evdev.pc -man/man4/evdev.4x.gz +share/man/man4/evdev.4x.gz share/X11/xorg.conf.d/10-evdev.conf |