aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-05-12 01:46:27 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-05-12 01:46:27 +0000
commitea3fd88d443d4cb940064b0b510c183a86516a03 (patch)
treec68988becfc8bfc7a0ffca37e4b8a6c796e6f803 /security/gnupg/Makefile
parenta57a6a1f8150226d8c20a21723e37248655bbd9a (diff)
downloadports-ea3fd88d443d4cb940064b0b510c183a86516a03.tar.gz
ports-ea3fd88d443d4cb940064b0b510c183a86516a03.zip
Show $PKGMESSAGE only if $OSVERSION < 500019.
Add URL reference for rndcontrol. Submitted by: dougb
Notes
Notes: svn path=/head/; revision=80723
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r--security/gnupg/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index f996fc0cb1ea..822959d80695 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/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)