diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-12-11 23:00:53 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-12-11 23:00:53 +0800 |
commit | b164698b914aff1333701bbf378792076590bc27 (patch) | |
tree | 81e96ebaa4a8c792710536bfafe19468316a64c4 /security | |
parent | 78b687ffed26e4d3d34db2d7d7476594253a1c0e (diff) | |
download | freebsd-ports-gnome-b164698b914aff1333701bbf378792076590bc27.tar.gz freebsd-ports-gnome-b164698b914aff1333701bbf378792076590bc27.tar.zst freebsd-ports-gnome-b164698b914aff1333701bbf378792076590bc27.zip |
Display TIPS (use rndcontrol(8)) message at post-install.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 3 | ||||
-rw-r--r-- | security/gnupg/pkg-message | 4 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 3 | ||||
-rw-r--r-- | security/gnupg1/pkg-message | 4 |
4 files changed, 12 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index c684875ade37..ba55740363c0 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/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/gnupg/pkg-message b/security/gnupg/pkg-message new file mode 100644 index 000000000000..886f5a84287d --- /dev/null +++ b/security/gnupg/pkg-message @@ -0,0 +1,4 @@ +************************************************************ +TIPS: + o Use rndcontrol(8) if you want more entropy. +************************************************************ 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. +************************************************************ |