mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Create librhtv.so.1 symbolic link to let ldconfig pick up the library name.
Submitted by: kbyanc
This commit is contained in:
parent
b0c55b07ca
commit
a755d74c09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63461
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= rhtvision
|
||||
PORTVERSION= 1.1.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= tvision
|
||||
@ -15,9 +15,8 @@ DISTNAME= rhtvision-${PORTVERSION}.src
|
||||
|
||||
MAINTAINER= perky@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${PERL5}:${PORTSDIR}/lang/perl5
|
||||
|
||||
WRKSRC= ${WRKDIR}/tvision
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
@ -32,4 +31,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL5},g' ${WRKSRC}/${f}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@cd ${PREFIX}/lib && ${LN} -sf librhtv.so.1.1.4 librhtv.so.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -136,5 +136,6 @@ include/rhtvision/cl/utsname.h
|
||||
@dirrm include/rhtvision
|
||||
lib/librhtv.a
|
||||
lib/librhtv.so
|
||||
lib/librhtv.so.1
|
||||
lib/librhtv.so.1.1.4
|
||||
lib/libtvfintl.a
|
||||
|
Loading…
Reference in New Issue
Block a user