diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-24 15:10:14 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-24 15:10:14 +0000 |
commit | b973644bcbfd79872769f77a71634c994f6b80b3 (patch) | |
tree | 86608c027bdfa8b80143daa5c659cf76127d45ab /math | |
parent | 8e61676603396b4127d8e017319161c32e1e859b (diff) | |
download | FreeBSD-ports-b973644bcbfd79872769f77a71634c994f6b80b3.zip FreeBSD-ports-b973644bcbfd79872769f77a71634c994f6b80b3.tar.gz |
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
in bsd.port.mk.
Tested with: my tinderbox on i386 6
Approved by: portmgr
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 6c37894..3e92b42 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 38fa359..519a674 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 \ |