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 /sysutils/metalog | |
parent | d49f588c082eafffb760c278a743f2665b9bcdeb (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=196216
Diffstat (limited to 'sysutils/metalog')
-rw-r--r-- | sysutils/metalog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/metalog/Makefile b/sysutils/metalog/Makefile index ede642414b17..db8137053780 100644 --- a/sysutils/metalog/Makefile +++ b/sysutils/metalog/Makefile @@ -22,7 +22,7 @@ USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |