diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-05-08 04:46:58 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-05-08 04:46:58 +0800 |
commit | b7a5f5cd94bb2bf7f2ff1f82235e21789be49d25 (patch) | |
tree | 18b39ee7ddf44be502d6df54d2851d5c7b7e1f1d | |
parent | ef385bdaf1c5e4481a8b9054873073b186019c19 (diff) | |
download | freebsd-ports-gnome-b7a5f5cd94bb2bf7f2ff1f82235e21789be49d25.tar.gz freebsd-ports-gnome-b7a5f5cd94bb2bf7f2ff1f82235e21789be49d25.tar.zst freebsd-ports-gnome-b7a5f5cd94bb2bf7f2ff1f82235e21789be49d25.zip |
Fix pkg-plist. It isn't obeying prefix for includes... This should be
fixed properly sometime.
Reported by: QAT
-rw-r--r-- | x11-drivers/xf86-input-joystick/Makefile | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-input-joystick/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-joystick/Makefile b/x11-drivers/xf86-input-joystick/Makefile index 59def6bf7956..e723ac62eb69 100644 --- a/x11-drivers/xf86-input-joystick/Makefile +++ b/x11-drivers/xf86-input-joystick/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-input-joystick PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-joystick/pkg-plist b/x11-drivers/xf86-input-joystick/pkg-plist index c053f115a77a..2c94a5896b99 100644 --- a/x11-drivers/xf86-input-joystick/pkg-plist +++ b/x11-drivers/xf86-input-joystick/pkg-plist @@ -1,3 +1,4 @@ +include/xorg/joystick-properties.h lib/xorg/modules/input/joystick_drv.la lib/xorg/modules/input/joystick_drv.so libdata/pkgconfig/xorg-joystick.pc |