diff options
Diffstat (limited to 'games/neverball/Makefile')
-rw-r--r-- | games/neverball/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/neverball/Makefile b/games/neverball/Makefile index ce9c4996ab2..aa0a4eb1181 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= neverball-1.2.2 @@ -18,6 +18,8 @@ BUILDLINK_TRANSFORM.SDL_ttf+= -e "s|/SDL/|/|g" SHAREDIR= ${PREFIX}/share/${PKGBASE} +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${SHAREDIR} ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} |