xenocara/driver/xf86-input-mouse/Makefile.bsd-wrapper
ajacoutot 80c4160d9e - most users expect a "mouse" man page ; let's give them one using a
link to mousedrv(4)

inputs and ok matthieu@
2007-07-04 12:52:46 +00:00

7 lines
176 B
Makefile

# $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>