diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-12-16 11:11:09 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-12-16 11:11:09 +0000 |
commit | 47be7a61c97731aa5fe34c56767ad5e10bb5c5d2 (patch) | |
tree | 2df88f8b6e2af92b78ac24eb382268b7c290efab /x11-drivers/xf86-input-void | |
parent | 7b9110d87c22c27df1baa93f8cb4cf30e205efc7 (diff) |
Notes
Diffstat (limited to 'x11-drivers/xf86-input-void')
-rw-r--r-- | x11-drivers/xf86-input-void/Makefile | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-void/Makefile b/x11-drivers/xf86-input-void/Makefile index 4493a71bf8de..b2bf5ef78add 100644 --- a/x11-drivers/xf86-input-void/Makefile +++ b/x11-drivers/xf86-input-void/Makefile @@ -9,7 +9,8 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org void input driver XORG_CAT= driver -MAN4= void.4x + +.include <bsd.port.options.mk> .if defined(WITH_NEW_XORG) VOID_VERSION= 1.4.0 @@ -19,6 +20,4 @@ VOID_VERSION= 1.3.1 VOID_REVISION= 0 .endif - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-void/pkg-plist b/x11-drivers/xf86-input-void/pkg-plist index 554c36808518..e63ae58bbc28 100644 --- a/x11-drivers/xf86-input-void/pkg-plist +++ b/x11-drivers/xf86-input-void/pkg-plist @@ -1,5 +1,6 @@ lib/xorg/modules/input/void_drv.la lib/xorg/modules/input/void_drv.so +man/man4/void.4x.gz @dirrmtry lib/xorg/modules/input @dirrmtry lib/xorg/modules @dirrmtry lib/xorg |