diff options
Diffstat (limited to 'math/mbasecalc')
-rw-r--r-- | math/mbasecalc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/mbasecalc/Makefile b/math/mbasecalc/Makefile index 3e0a0d321ea2..ff7f8278da4a 100644 --- a/math/mbasecalc/Makefile +++ b/math/mbasecalc/Makefile @@ -18,6 +18,7 @@ MAKE_ARGS= INCLUDES="`fltk-config --cflags` -I." \ PLIST_FILES= bin/mbasecalc +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mbasecalc ${PREFIX}/bin |