diff options
Diffstat (limited to 'proto/bigreqsproto')
-rw-r--r-- | proto/bigreqsproto/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/proto/bigreqsproto/Makefile b/proto/bigreqsproto/Makefile index bba179c6b..3f1209b61 100644 --- a/proto/bigreqsproto/Makefile +++ b/proto/bigreqsproto/Makefile @@ -1,7 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2010/04/24 19:48:03 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2012/04/08 09:46:58 matthieu Exp $ HEADERS_SUBDIR= X11/extensions/ HEADERS= bigreqsproto.h bigreqstr.h PKGCONFIG= bigreqsproto.pc +afterinstall: + ${INSTALL_DATA} ${.CURDIR}/specs/bigreq.xml \ + ${DESTDIR}${X11BASE}/share/doc/bigreqsproto + .include <bsd.xorg.mk> |