aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-04-09 23:18:16 +0800
committerpawel <pawel@FreeBSD.org>2014-04-09 23:18:16 +0800
commit171abf658caab44bd1c96464aac8b3000e7c05a2 (patch)
tree3050fb7e9207c5aa1baefaacb1859ededade3274 /emulators
parent50c54fd355c623d2722b000fa13637bc5a984b5b (diff)
downloadfreebsd-ports-gnome-171abf658caab44bd1c96464aac8b3000e7c05a2.tar.gz
freebsd-ports-gnome-171abf658caab44bd1c96464aac8b3000e7c05a2.tar.zst
freebsd-ports-gnome-171abf658caab44bd1c96464aac8b3000e7c05a2.zip
Add staging support
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>