diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-21 01:58:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-21 01:58:22 +0800 |
commit | f7e6b0d14e95462e6892191c9d4f4b28cf22b1e9 (patch) | |
tree | c99ba300914890da6426d085cd3b296c45e1b633 | |
parent | 170760a4ed6d6bb74cbfc37d6abf309be33f9028 (diff) | |
download | freebsd-ports-gnome-f7e6b0d14e95462e6892191c9d4f4b28cf22b1e9.tar.gz freebsd-ports-gnome-f7e6b0d14e95462e6892191c9d4f4b28cf22b1e9.tar.zst freebsd-ports-gnome-f7e6b0d14e95462e6892191c9d4f4b28cf22b1e9.zip |
- Stagify
Approved by: glebius (maintainer)
-rw-r--r-- | x11-drivers/xf86-input-egalax/Makefile | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-input-egalax/pkg-plist | 1 |
2 files changed, 3 insertions, 7 deletions
diff --git a/x11-drivers/xf86-input-egalax/Makefile b/x11-drivers/xf86-input-egalax/Makefile index f87176a0972e..a5cafeab0e9a 100644 --- a/x11-drivers/xf86-input-egalax/Makefile +++ b/x11-drivers/xf86-input-egalax/Makefile @@ -10,18 +10,13 @@ MASTER_SITES= LOCAL/glebius MAINTAINER= glebius@FreeBSD.org COMMENT= eGalax touch screen input driver for X.Org -LICENSE= BSD +LICENSE= BSD2CLAUSE XORG_CAT= driver -MAN4= egalax.4x +INSTALL_CMD= install-strip -NO_STAGE= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800505 -IGNORE= is useless without uep(4) kernel driver -.endif - .if defined(WITH_NEW_XORG) IGNORE= does not build with X server 1.12 .endif diff --git a/x11-drivers/xf86-input-egalax/pkg-plist b/x11-drivers/xf86-input-egalax/pkg-plist index bd6166cf79d7..63a9d8d933ed 100644 --- a/x11-drivers/xf86-input-egalax/pkg-plist +++ b/x11-drivers/xf86-input-egalax/pkg-plist @@ -1,4 +1,5 @@ lib/xorg/modules/input/egalax_drv.so +man/man4/egalax.4x.gz @dirrmtry lib/xorg/modules/input @dirrmtry lib/xorg/modules @dirrmtry lib/xorg |