aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nomad-pot-driver
diff options
context:
space:
mode:
authorLuca Pizzamiglio <pizzamig@FreeBSD.org>2019-10-22 09:12:39 +0000
committerLuca Pizzamiglio <pizzamig@FreeBSD.org>2019-10-22 09:12:39 +0000
commit2ca272ce86b3918b4f2b2f25ab470ed9d61f0b03 (patch)
tree6a09e260f45975148a4c38d98b25c47343086922 /sysutils/nomad-pot-driver
parentdde18737f8b2595943fe68c866626c54bb9929cc (diff)
downloadports-2ca272ce86b3918b4f2b2f25ab470ed9d61f0b03.tar.gz
ports-2ca272ce86b3918b4f2b2f25ab470ed9d61f0b03.zip
sysutils/nomad-pot-driver: fix messages
Fix pkg-message.in Sponsored by: trivago.N.V.
Notes
Notes: svn path=/head/; revision=515183
Diffstat (limited to 'sysutils/nomad-pot-driver')
-rw-r--r--sysutils/nomad-pot-driver/Makefile2
-rw-r--r--sysutils/nomad-pot-driver/files/pkg-message.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/nomad-pot-driver/Makefile b/sysutils/nomad-pot-driver/Makefile
index 581b7c821782..69476002c865 100644
--- a/sysutils/nomad-pot-driver/Makefile
+++ b/sysutils/nomad-pot-driver/Makefile
@@ -4,7 +4,7 @@ PORTNAME= nomad-pot-driver
DISTVERSIONPREFIX= v
DISTVERSION= 0.2
DISTVERSIONSUFFIX= -11-g412dbeb
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= pizzamig@FreeBSD.org
diff --git a/sysutils/nomad-pot-driver/files/pkg-message.in b/sysutils/nomad-pot-driver/files/pkg-message.in
index 4c9e85a31d9a..2b8a79158379 100644
--- a/sysutils/nomad-pot-driver/files/pkg-message.in
+++ b/sysutils/nomad-pot-driver/files/pkg-message.in
@@ -2,13 +2,13 @@
{ type: install
message: <<EOM
The plugin is installed in %%PREFIX%%/libexec/nomad/plugins
-Please the value of plugin_dir to this value in your server.hcl nomad configuration file
+Please set the variable "plugin_dir" to this value in your server.hcl nomad configuration file
EOM
}
-{ type: deinstall
+{ type: remove
message: <<EOM
The plugin is removed from %%PREFIX%%/libexec/nomad/plugins
-Please, feel free to remove the plugin_dir from your server.hcl nomad configuration file
+Please, feel free to remove the plugin_dir variable from your server.hcl nomad configuration file
EOM
}
]