summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2007-07-04 12:52:47 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2007-07-04 12:52:47 +0000
commit51c968cc7d9d77432675bb24918c0d2c0bbd61b9 (patch)
tree69c5c1c5e5d1807276bdb3f6d9060c47b1314db9 /driver
parent9d875d11bd7edc8936ee3581a927248141529ab5 (diff)
- most users expect a "mouse" man page ; let's give them one using a
link to mousedrv(4) inputs and ok matthieu@
Diffstat (limited to 'driver')
-rw-r--r--driver/xf86-input-mouse/Makefile.bsd-wrapper5
1 files changed, 4 insertions, 1 deletions
diff --git a/driver/xf86-input-mouse/Makefile.bsd-wrapper b/driver/xf86-input-mouse/Makefile.bsd-wrapper
index cd59c5869..74931373e 100644
--- a/driver/xf86-input-mouse/Makefile.bsd-wrapper
+++ b/driver/xf86-input-mouse/Makefile.bsd-wrapper
@@ -1,3 +1,6 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:30:44 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2007/07/04 12:52:46 ajacoutot Exp $
+
+afterinstall:
+ cd ${DESTDIR}${X11BASE}/man/man4 ; ln -sf mousedrv.4 mouse.4
.include <bsd.xorg.mk>