diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-12-11 15:00:53 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-12-11 15:00:53 +0000 |
commit | b164698b914aff1333701bbf378792076590bc27 (patch) | |
tree | 81e96ebaa4a8c792710536bfafe19468316a64c4 /security/gnupg1 | |
parent | 78b687ffed26e4d3d34db2d7d7476594253a1c0e (diff) | |
download | FreeBSD-ports-b164698b914aff1333701bbf378792076590bc27.zip FreeBSD-ports-b164698b914aff1333701bbf378792076590bc27.tar.gz |
Display TIPS (use rndcontrol(8)) message at post-install.
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 c684875..ba55740 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 0000000..886f5a8 --- /dev/null +++ b/security/gnupg1/pkg-message @@ -0,0 +1,4 @@ +************************************************************ +TIPS: + o Use rndcontrol(8) if you want more entropy. +************************************************************ |