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