aboutsummaryrefslogtreecommitdiff
path: root/security/pam_alreadyloggedin/Makefile
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2004-09-22 17:42:45 +0000
committerBrian Feldman <green@FreeBSD.org>2004-09-22 17:42:45 +0000
commita3963f0f8ce5dfb5ea1ad8d300665960cbde660b (patch)
treea3c0a50ad505e8f8d31490579c5de6de9039df03 /security/pam_alreadyloggedin/Makefile
parent8b050bb5e527de183c40ef67f9bf591e1faa4924 (diff)
downloadports-a3963f0f8ce5dfb5ea1ad8d300665960cbde660b.tar.gz
ports-a3963f0f8ce5dfb5ea1ad8d300665960cbde660b.zip
Notes
Diffstat (limited to 'security/pam_alreadyloggedin/Makefile')
-rw-r--r--security/pam_alreadyloggedin/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/security/pam_alreadyloggedin/Makefile b/security/pam_alreadyloggedin/Makefile
index f5eb128f2440..7899b9d2d4cb 100644
--- a/security/pam_alreadyloggedin/Makefile
+++ b/security/pam_alreadyloggedin/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= pam_alreadyloggedin
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://green.bikeshed.org/~green/
+ http://green.homeunix.org/~green/
MASTER_SITE_SUBDIR= green
MAINTAINER= green@FreeBSD.org
@@ -19,14 +19,6 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= "only works on systems with OpenPAM (5.0-CURRENT)"
-.endif
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
-
.if defined(NOPROFILE)
PLIST_SUB+= PROFILE="@comment "
.else