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 /net/cyphesis | |
parent | d49f588c082eafffb760c278a743f2665b9bcdeb (diff) | |
download | ports-c925c340dd97e7ad1d69c678a1fadd6e4812218d.tar.gz ports-c925c340dd97e7ad1d69c678a1fadd6e4812218d.zip |
- 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 'net/cyphesis')
-rw-r--r-- | net/cyphesis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index c6f392e11e5a..7bc69cb83fca 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ skstream-0.3.4:${PORTSDIR}/net/skstream \ gcrypt.13:${PORTSDIR}/security/libgcrypt -CONFIGURE_ARGS= --with-python=${LOCALBASE} --mandir=${PREFIX}/man +CONFIGURE_ARGS= --with-python=${LOCALBASE} GNU_CONFIGURE= yes USE_BZIP2= yes |