diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-05-12 01:46:27 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-05-12 01:46:27 +0000 |
commit | ea3fd88d443d4cb940064b0b510c183a86516a03 (patch) | |
tree | c68988becfc8bfc7a0ffca37e4b8a6c796e6f803 /security/gnupg1 | |
parent | a57a6a1f8150226d8c20a21723e37248655bbd9a (diff) | |
download | ports-ea3fd88d443d4cb940064b0b510c183a86516a03.tar.gz ports-ea3fd88d443d4cb940064b0b510c183a86516a03.zip |
Notes
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg1/pkg-message | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index f996fc0cb1ea..822959d80695 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -56,7 +57,11 @@ post-install: .if defined(WITH_SUID_GPG) ${CHMOD} u+s ${PREFIX}/bin/gpg .endif +.if ${OSVERSION} < 500019 @${CAT} ${PKGMESSAGE} +.else +PKGMESSAGE= /nonexistent +.endif check: (cd ${WRKSRC}; ${MAKE} check) diff --git a/security/gnupg1/pkg-message b/security/gnupg1/pkg-message index 886f5a84287d..6123fa32f234 100644 --- a/security/gnupg1/pkg-message +++ b/security/gnupg1/pkg-message @@ -1,4 +1,5 @@ ************************************************************ TIPS: o Use rndcontrol(8) if you want more entropy. + See http://people.freebsd.org/~dougb/randomness.html for more details. ************************************************************ |