aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-12 22:57:57 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-12 22:57:57 +0000
commit65e943be4a203a6977adbbe58d7b61313a0b9fba (patch)
tree4266b11e847b893ac5f1fd6181089d962ff19cc8 /lang
parent35b4af35627fced672a6606728caaf8cdfb5300b (diff)
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/expect/Makefile2
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>