diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-10-22 08:45:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-10-22 08:45:47 +0000 |
commit | 66c992644ba3a5f350a5edff7e9b7b9f0daa85ba (patch) | |
tree | 4da2d61ce268e4342bc3ae3a31c7afae707d366c | |
parent | Use @rmempty (diff) |
delete a misleading informations.
First the advice was passed via @unexec which is wrong in the first place
second the advice was to run a script which will not be there anymore after
the package is deinstalled and the advice was only shown at deinstall time
-rw-r--r-- | mail/qsheff/Makefile | 2 | ||||
-rw-r--r-- | mail/qsheff/pkg-plist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/mail/qsheff/Makefile b/mail/qsheff/Makefile index 7a7c965c6243..b35b91d0a8a5 100644 --- a/mail/qsheff/Makefile +++ b/mail/qsheff/Makefile @@ -3,7 +3,7 @@ PORTNAME= qsheff-II DISTVERSION= 2.1-r3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail MASTER_SITES= http://www.enderunix.org/qsheff/ \ SF/qsheff/qsheff/II-${DISTVERSION} diff --git a/mail/qsheff/pkg-plist b/mail/qsheff/pkg-plist index 7621d1a580b4..b48c4ba84d63 100644 --- a/mail/qsheff/pkg-plist +++ b/mail/qsheff/pkg-plist @@ -21,6 +21,3 @@ bin/qsheff %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/qq-patch.diff %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/qq-custom-error-patch.diff %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/qsheff-patch.diff -@unexec echo "" -@unexec echo "Type '%%PREFIX%%/etc/uninstall-wrapper.sh' to uninstall qSheff completely." -@unexec echo "" |