diff options
author | petef <petef@FreeBSD.org> | 2001-08-31 14:01:19 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-31 14:01:19 +0800 |
commit | 7b35f3c8cc9b42b553cee2f666be60ff435619fa (patch) | |
tree | d7de82feb03f7425744291eff2cb5acb46d956de /security/geheimnis/Makefile | |
parent | b86f862e6b897899e35d8240e80e7c8e5ffcb1e2 (diff) | |
download | freebsd-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/geheimnis/Makefile')
-rw-r--r-- | security/geheimnis/Makefile | 1 |
1 files changed, 1 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> |