summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>