1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- INSTALLS_SHLIB was missing.

- Use USE_LDCONFIG while I'm here.

Reported by:	Soren Straarup <xride@x12.dk>
This commit is contained in:
Florent Thoumie 2006-01-16 22:18:06 +00:00
parent 2218884b8a
commit 41e59de0b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153688

View File

@ -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}