diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-01-16 22:18:06 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-01-16 22:18:06 +0000 |
commit | 41e59de0b282bcb8b1a9338a82c8d41337df4072 (patch) | |
tree | 392d388fece4dfced3593d8eb14ccc3083b2e5af /graphics/graphviz | |
parent | 2218884b8aa703afc2cef455dbe5cd389e80a0e9 (diff) |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 1efc1420167f..40c1761caccf 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -7,7 +7,7 @@ PORTNAME= graphviz PORTVERSION= 2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics tk84 MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ @@ -56,7 +56,12 @@ MLINKS= dot.1 circo.1 \ MYPORTDOCS= dotguide.pdf dottyguide.pdf leftyguide.pdf \ neatoguide.pdf Dot.ref FAQ.html +INSTALLS_SHLIB= yes +LDCONFIG_DIRS= %%PREFIX%%/lib/${PORTNAME} +USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} + .include <bsd.port.pre.mk> +.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk" .if ${OSVERSION} < 500000 USE_GCC= 3.4+ @@ -65,7 +70,7 @@ USE_GCC= 3.4+ post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' -post-install: +post-install: install-ldconfig-file .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${MYPORTDOCS} |