diff options
Diffstat (limited to 'emulators/gnuboy')
-rw-r--r-- | emulators/gnuboy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 529ab030ee8..85751ac2cf6 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:47 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:50 jlam Exp $ DISTNAME= gnuboy-1.0.3 PKGREVISION= 1 @@ -11,6 +11,8 @@ COMMENT= Gameboy emulator GNU_CONFIGURE= yes +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-install: |