1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Correct link (libexpect532.so.2 -> libexpect532.so.1)

Submitted by:	Frank McConnell <fmc@reanimators.org>
This commit is contained in:
Chris D. Faulhaber 2000-08-12 22:57:57 +00:00
parent 35b4af3562
commit 65e943be4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31589

View File

@ -30,6 +30,6 @@ MAN3= libexpect.3
.endif .endif
post-install: post-install:
${LN} -sf libexpect532.so.2 ${PREFIX}/lib/libexpect532.so ${LN} -sf libexpect532.so.1 ${PREFIX}/lib/libexpect532.so
.include <bsd.port.mk> .include <bsd.port.mk>