summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-08-31 06:01:19 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-08-31 06:01:19 +0000
commitc5b8b5bf4a7f7601b305c59ef9b485386ca07d76 (patch)
treeab7d46a71a13660cb429446afa4c7a4edeee8ddb /security
parent- remove DIST_SUBDIR (diff)
Add a pkg-message informing the user they need PGP or GnuPG installed to use
this port. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=47203
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''.
+--------------------------------------------------------------------------------