diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-23 00:32:04 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-23 00:32:04 +0000 |
commit | 797bc0968f6c141c034212ff2d71f0d1f5e35194 (patch) | |
tree | ae9f52a6cc5a1541ffff20edd302bcbcb336a823 /graphics/graphviz | |
parent | 5fdaa85b0d76467676b8f9a6cb38497c8fb02688 (diff) |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 923d0e9fe655..05fa9fead54c 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -32,6 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3 -I ACLOCAL=${LOCALBASE}/bin/aclocal14 INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${PREFIX}/lib/graphviz +MAKE_ENV= EXPR_COMPAT=yes MAN1= acyclic.1 ccomps.1 colorize.1 dot.1 dotty.1 gc.1 gpr.1 \ lefty.1 neato.1 nop.1 prune.1 sccmap.1 tred.1 \ @@ -49,12 +50,6 @@ LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv CONFIGURE_ARGS= --with-iconvlibdir=${LOCALBASE}/lib .endif -post-patch: -.if ${OSVERSION} >= 500032 - @${PERL} -pi.orig -e 's|expr |expr -- |' ${WRKSRC}/libtool -.endif - - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |