aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh-fast-syntax-highlighting
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /shells/zsh-fast-syntax-highlighting
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'shells/zsh-fast-syntax-highlighting')
-rw-r--r--shells/zsh-fast-syntax-highlighting/Makefile1
-rw-r--r--shells/zsh-fast-syntax-highlighting/files/pkg-message.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh-fast-syntax-highlighting/Makefile b/shells/zsh-fast-syntax-highlighting/Makefile
index accfc1893b83..47f7d2f76f40 100644
--- a/shells/zsh-fast-syntax-highlighting/Makefile
+++ b/shells/zsh-fast-syntax-highlighting/Makefile
@@ -1,6 +1,7 @@
PORTNAME= zsh-fast-syntax-highlighting
DISTVERSIONPREFIX= v
DISTVERSION= 1.55
+PORTREVISION= 1
CATEGORIES= shells
MAINTAINER= phantrungson17@gmail.com
diff --git a/shells/zsh-fast-syntax-highlighting/files/pkg-message.in b/shells/zsh-fast-syntax-highlighting/files/pkg-message.in
index da4b6b7f7bfa..763d877a0f22 100644
--- a/shells/zsh-fast-syntax-highlighting/files/pkg-message.in
+++ b/shells/zsh-fast-syntax-highlighting/files/pkg-message.in
@@ -3,7 +3,7 @@
message: <<EOM
Add the line below to *the end of* your .zshrc to enable highlighting.
-source %%DATADIR%%/fast-syntax-highlighting-plugin.zsh
+source %%DATADIR%%/fast-syntax-highlighting.plugin.zsh
EOM
}
]