diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-12 22:57:57 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-12 22:57:57 +0000 |
commit | 65e943be4a203a6977adbbe58d7b61313a0b9fba (patch) | |
tree | 4266b11e847b893ac5f1fd6181089d962ff19cc8 /lang/expect | |
parent | Attempt to work around what seems to be a make time-dependency issue (diff) |
Correct link (libexpect532.so.2 -> libexpect532.so.1)
Submitted by: Frank McConnell <fmc@reanimators.org>
Notes
Notes:
svn path=/head/; revision=31589
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 8662f5490ca5..77a6a8dc6e7a 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -30,6 +30,6 @@ MAN3= libexpect.3 .endif post-install: - ${LN} -sf libexpect532.so.2 ${PREFIX}/lib/libexpect532.so + ${LN} -sf libexpect532.so.1 ${PREFIX}/lib/libexpect532.so .include <bsd.port.mk> |