diff options
-rw-r--r-- | games/MyGoGrinder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/MyGoGrinder/Makefile b/games/MyGoGrinder/Makefile index fd5a8940706..927507174aa 100644 --- a/games/MyGoGrinder/Makefile +++ b/games/MyGoGrinder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/09/03 10:27:21 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/09/03 12:56:06 tron Exp $ DISTNAME= MyGoGrinder-2.0.3 CATEGORIES= games @@ -19,7 +19,7 @@ USE_TOOLS+= pax INSTALLATION_DIRS+= bin INSTALLATION_DIRS+= share/${PKGBASE} -INSTALLATION_DIRS+= share/doc/${PKGBASE} +INSTALLATION_DIRS+= share/doc/${PKGBASE}/docs INSTALLATION_DIRS+= share/examples/${PKGBASE} INSTALLATION_DIRS+= share/pixmaps |