Edit

IABSD.fr/xenocara/driver/xf86-input-mouse/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2007-07-04 12:52:46
    Hash : 80c4160d
    Message : - most users expect a "mouse" man page ; let's give them one using a link to mousedrv(4) inputs and ok matthieu@

  • driver/xf86-input-mouse/Makefile.bsd-wrapper
  • # $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>