diff options
author | pawel <pawel@FreeBSD.org> | 2014-04-09 23:18:16 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-04-09 23:18:16 +0800 |
commit | 171abf658caab44bd1c96464aac8b3000e7c05a2 (patch) | |
tree | 3050fb7e9207c5aa1baefaacb1859ededade3274 /emulators | |
parent | 50c54fd355c623d2722b000fa13637bc5a984b5b (diff) | |
download | freebsd-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/Makefile | 3 |
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> |