aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-08-31 14:01:19 +0800
committerpetef <petef@FreeBSD.org>2001-08-31 14:01:19 +0800
commit7b35f3c8cc9b42b553cee2f666be60ff435619fa (patch)
treed7de82feb03f7425744291eff2cb5acb46d956de /security
parentb86f862e6b897899e35d8240e80e7c8e5ffcb1e2 (diff)
downloadfreebsd-ports-gnome-7b35f3c8cc9b42b553cee2f666be60ff435619fa.tar.gz
freebsd-ports-gnome-7b35f3c8cc9b42b553cee2f666be60ff435619fa.tar.zst
freebsd-ports-gnome-7b35f3c8cc9b42b553cee2f666be60ff435619fa.zip
Add a pkg-message informing the user they need PGP or GnuPG installed to use
this port. Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/geheimnis/Makefile1
-rw-r--r--security/geheimnis/pkg-message5
2 files changed, 6 insertions, 0 deletions
diff --git a/security/geheimnis/Makefile b/security/geheimnis/Makefile
index 6d495f31f962..0e28fc2c151c 100644
--- a/security/geheimnis/Makefile
+++ b/security/geheimnis/Makefile
@@ -34,5 +34,6 @@ post-install:
@cd ${WRKSRC}/geheimniskeepopen && \
${SETENV} ${MAKE_ENV} ${MAKE} install
strip ${PREFIX}/bin/geheimniskeepopen
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/security/geheimnis/pkg-message b/security/geheimnis/pkg-message
new file mode 100644
index 000000000000..63251aaae0f5
--- /dev/null
+++ b/security/geheimnis/pkg-message
@@ -0,0 +1,5 @@
+--------------------------------------------------------------------------------
+You have installed geheimnis, a KDE GnuPG/PGP shell. In order to use this
+utility, you must either have GnuPG or PGP installed. If you are unsure,
+install GnuPG by typing ``cd /usr/ports/security/gnupg && make install''.
+--------------------------------------------------------------------------------