xenocara/lib/libXScrnSaver/Makefile.bsd-wrapper
ajacoutot 96992fc24f - add a link from Xss.3 to XScreenSaver.3 as it is referenced in
other man pages

ok matthieu@ (during lock), "put it in" oga@
2009-03-05 12:45:30 +00:00

9 lines
200 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2009/03/05 12:45:30 ajacoutot Exp $
SHARED_LIBS= Xss 5.0
afterinstall:
cd ${DESTDIR}${X11BASE}/man/man3 ; ln -sf Xss.3 XScreenSaver.3
.include <bsd.xorg.mk>