diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-03-05 12:45:31 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-03-05 12:45:31 +0000 |
commit | 0a9682b7c4557be43a497c50cc619360f226822f (patch) | |
tree | cfe7ff17cd31535263fb8dfe7c83ef4c8f7b6139 /lib/libXScrnSaver | |
parent | 202ca73cd232e4b2bb22cdaa0ddea3acea04b7cf (diff) |
- 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@
Diffstat (limited to 'lib/libXScrnSaver')
-rw-r--r-- | lib/libXScrnSaver/Makefile.bsd-wrapper | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libXScrnSaver/Makefile.bsd-wrapper b/lib/libXScrnSaver/Makefile.bsd-wrapper index 3672f3ba5..7bbcabc75 100644 --- a/lib/libXScrnSaver/Makefile.bsd-wrapper +++ b/lib/libXScrnSaver/Makefile.bsd-wrapper @@ -1,5 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2007/03/15 23:00:47 matthieu Exp $ +# $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> |