diff options
Diffstat (limited to 'editors/fine')
-rw-r--r-- | editors/fine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/fine/Makefile b/editors/fine/Makefile index 71bbbc2d2188..0953e6be8099 100644 --- a/editors/fine/Makefile +++ b/editors/fine/Makefile @@ -18,6 +18,8 @@ USE_GMAKE= yes USE_QT= yes WRKSRC= ${WRKDIR}/fine +MAKE_ENV= CXX="${CXX}" CC="${CC}" + do-install: @${MKDIR} ${PREFIX}/share/fine ${INSTALL_DATA} ${WRKSRC}/.editor ${PREFIX}/share/fine/editor |