diff options
Diffstat (limited to 'math/geogebra-i18n/Makefile')
-rw-r--r-- | math/geogebra-i18n/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/geogebra-i18n/Makefile b/math/geogebra-i18n/Makefile index f3a08016bcbd..d2f769d7236d 100644 --- a/math/geogebra-i18n/Makefile +++ b/math/geogebra-i18n/Makefile @@ -34,6 +34,7 @@ WRKSRC= ${WRKDIR}/geogebra-${PORTVERSION} FIND_JARS= -type f -name "*.jar" -maxdepth 1 -print0 +NO_STAGE= yes do-install: cd ${WRKSRC} && ${MKDIR} ${DATADIR} && \ ${INSTALL_SCRIPT} ${WRKSRC}/geogebra ${DATADIR} && \ |