aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/calc/scripts/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/calc/scripts/configure b/math/calc/scripts/configure
index 26b49ddfe38b..30f5b4264e87 100644
--- a/math/calc/scripts/configure
+++ b/math/calc/scripts/configure
@@ -7,6 +7,7 @@ F=$WRKSRC/Makefile
chmod +w $F || exit 1;
echo "BINDIR= $PREFIX/bin" >> $F || exit 1;
+echo "INCDIR= $PREFIX/include" >> $F
echo "TOPDIR= $PREFIX/lib" >> $F
echo "MANDIR= $PREFIX/man/man1" >> $F
echo "CCOPT= -Wall -Wno-implicit -Wno-comment" >> $F