aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-09 15:18:16 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-09 15:18:16 +0000
commitec8153cdbeecfe749ab28eb568743775474f9221 (patch)
tree3050fb7e9207c5aa1baefaacb1859ededade3274 /emulators
parent8fa5b9d5df4257f423d09b55e877d71e60da76d9 (diff)
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gbe/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/gbe/Makefile b/emulators/gbe/Makefile
index a6dfba3036a7..3e7b47ac160a 100644
--- a/emulators/gbe/Makefile
+++ b/emulators/gbe/Makefile
@@ -20,8 +20,7 @@ PLIST_FILES= bin/gbe
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/gbe ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>