diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-24 23:10:14 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-24 23:10:14 +0800 |
commit | b973644bcbfd79872769f77a71634c994f6b80b3 (patch) | |
tree | 86608c027bdfa8b80143daa5c659cf76127d45ab /net | |
parent | 8e61676603396b4127d8e017319161c32e1e859b (diff) | |
download | freebsd-ports-graphics-b973644bcbfd79872769f77a71634c994f6b80b3.tar.gz freebsd-ports-graphics-b973644bcbfd79872769f77a71634c994f6b80b3.tar.zst freebsd-ports-graphics-b973644bcbfd79872769f77a71634c994f6b80b3.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
Diffstat (limited to 'net')
-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 c6f392e11e5..7bc69cb83fc 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 |