diff options
Diffstat (limited to 'proto/randrproto')
-rw-r--r-- | proto/randrproto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/randrproto/Makefile b/proto/randrproto/Makefile index 3932db4da..115b01044 100644 --- a/proto/randrproto/Makefile +++ b/proto/randrproto/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2008/03/25 23:28:20 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2009/05/22 15:11:02 matthieu Exp $ HEADERS_SUBDIR= X11/extensions/ HEADERS= randr.h randrproto.h PKGCONFIG= randrproto.pc -install:: randrproto.txt +afterinstall: randrproto.txt ${INSTALL_DATA} ${.CURDIR}/randrproto.txt \ ${DESTDIR}${X11BASE}/share/doc/randrproto |