=================================================================== RCS file: /cvs/ports/games/xmoto/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/games/xmoto/Attic/Makefile 2008/12/05 22:21:04 1.2 +++ ports/games/xmoto/Attic/Makefile 2008/12/10 12:53:57 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/12/05 22:21:04 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2008/12/10 12:53:57 yason Exp $ COMMENT = challenging 2D motocross platform game @@ -41,5 +41,10 @@ LIBS="-lGL -lm -pthread" WRKDIST = ${WRKDIR}/${PKGNAME} + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmoto/ + ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xmoto/ + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmoto/ .include