diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-11 15:00:53 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-11 15:00:53 +0000 |
commit | cae805016df03c325678600ec52c0fea35506e5e (patch) | |
tree | 7e65609df466b5bebbcbad506b560667f349257a /security/gnupg1 | |
parent | 43c6ed6dd4838b240450cdf67954d0b5d412a51d (diff) | |
download | ports-cae805016df03c325678600ec52c0fea35506e5e.tar.gz ports-cae805016df03c325678600ec52c0fea35506e5e.zip |
Display TIPS (use rndcontrol(8)) message at post-install.
Notes
Notes:
svn path=/head/; revision=51358
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 3 | ||||
-rw-r--r-- | security/gnupg1/pkg-message | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index c684875ade37..ba55740363c0 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ @@ -41,6 +41,7 @@ post-install: .endfor .endif # ${CHMOD} u+s ${PREFIX}/bin/gpg + @${CAT} ${PKGMESSAGE} check: (cd ${WRKSRC}; ${MAKE} check) diff --git a/security/gnupg1/pkg-message b/security/gnupg1/pkg-message new file mode 100644 index 000000000000..886f5a84287d --- /dev/null +++ b/security/gnupg1/pkg-message @@ -0,0 +1,4 @@ +************************************************************ +TIPS: + o Use rndcontrol(8) if you want more entropy. +************************************************************ |