diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-24 15:10:14 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-24 15:10:14 +0000 |
commit | c925c340dd97e7ad1d69c678a1fadd6e4812218d (patch) | |
tree | d1416e18a908c186dcbc6027e4b0c82a401d5b9d /math | |
parent | d49f588c082eafffb760c278a743f2665b9bcdeb (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/calcoo/Makefile | 1 | ||||
-rw-r--r-- | math/tablix/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 6c3789485b16..3e92b420f09a 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -15,7 +15,6 @@ COMMENT= RPN and algebraic scientific calculator USE_GNOME= gtk20 pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir="${PREFIX}/man" MAN1= calcoo.1 diff --git a/math/tablix/Makefile b/math/tablix/Makefile index 38fa35901b56..519a6740aa69 100644 --- a/math/tablix/Makefile +++ b/math/tablix/Makefile @@ -25,7 +25,6 @@ GNU_CONFIGURE= yes USE_GETTEXT= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LIBS=-L${PREFIX}/lib \ LDFLAGS=-L${PREFIX}/lib \ |