aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg1
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-07 01:59:31 +0800
committerpav <pav@FreeBSD.org>2009-01-07 01:59:31 +0800
commit8ef21a396d8627cdfced24744c2bacb7cb0c9453 (patch)
tree06fbb407306ac7e1b7b00946df69737e787c8891 /security/gnupg1
parente32973556a174646ad93cdf1b43963a9fc18eb55 (diff)
downloadfreebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.gz
freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.zst
freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.zip
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'security/gnupg1')
-rw-r--r--security/gnupg1/Makefile5
-rw-r--r--security/gnupg1/pkg-message5
2 files changed, 0 insertions, 10 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index 560aa4bfb662..b8f853c5def7 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -95,11 +95,6 @@ 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
deleted file mode 100644
index 6123fa32f234..000000000000
--- a/security/gnupg1/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-************************************************************
-TIPS:
- o Use rndcontrol(8) if you want more entropy.
- See http://people.freebsd.org/~dougb/randomness.html for more details.
-************************************************************