aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-06-04 06:08:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-06-04 06:08:05 +0000
commita82adb747b5ef9c9ae6affa4dfb1ddfaf74c63d1 (patch)
tree5816142ec983bb014ee3b53ca84f560d752145df /shells
parent6847f4d9d847cd8e3e19964a6cf9b159708eebaf (diff)
downloadports-a82adb747b5ef9c9ae6affa4dfb1ddfaf74c63d1.tar.gz
ports-a82adb747b5ef9c9ae6affa4dfb1ddfaf74c63d1.zip
Only show the pkg-message on installation, never do it on upgrades
Notes
Notes: svn path=/head/; revision=503441
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile1
-rw-r--r--shells/zsh/files/pkg-message.in7
2 files changed, 8 insertions, 0 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 059fa242115b..503b217e964b 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -3,6 +3,7 @@
PORTNAME= zsh
DISTVERSION= 5.7.1
+PORTSREVISION= 1
CATEGORIES= shells
MASTER_SITES= https://www.zsh.org/pub/ \
SF \
diff --git a/shells/zsh/files/pkg-message.in b/shells/zsh/files/pkg-message.in
index 44f7e6096cd5..755e9da3fb7a 100644
--- a/shells/zsh/files/pkg-message.in
+++ b/shells/zsh/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{
+ message: <<EOD
==========================================================
By default, zsh looks for system-wide defaults in
@@ -8,3 +11,7 @@ either move them to %%PREFIX%%/etc or rebuild zsh with the
ETCDIR option enabled.
==========================================================
+EOD,
+ type : install
+}
+]