diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-10-16 13:48:22 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-10-19 10:36:47 +0200 |
commit | ce1af7fdc2cde4dc409a344a4210a3af581ccd2d (patch) | |
tree | 90d3e91fc4cc816b8414817d29a02a1bf6ccc203 /math/geogebra | |
parent | lang/janet: Update to v1.18.1 (diff) |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit
Diffstat (limited to 'math/geogebra')
-rw-r--r-- | math/geogebra/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/geogebra/Makefile b/math/geogebra/Makefile index 3cde584a41fb..beec12361a1a 100644 --- a/math/geogebra/Makefile +++ b/math/geogebra/Makefile @@ -32,7 +32,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME} SUB_FILES= geogebra.desktop geogebra.sh SUB_LIST= JAVA=${JAVA} - do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/${PORTNAME} ${INSTALL_SCRIPT} ${WRKDIR}/geogebra.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} |