aboutsummaryrefslogtreecommitdiff
path: root/x11/wdm/Makefile
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-01-05 19:42:29 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-01-05 19:42:29 +0000
commitc0a7a1f97264b914fa27603f8433b87b38b15f14 (patch)
tree31f183fd8d5eafcdc64858149e67eed38d5789d9 /x11/wdm/Makefile
parent5bbd5cd2dc9f1331906bad4149f5d061fc9c737a (diff)
downloadports-c0a7a1f97264b914fa27603f8433b87b38b15f14.tar.gz
ports-c0a7a1f97264b914fa27603f8433b87b38b15f14.zip
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Notes
Notes: svn path=/head/; revision=225292
Diffstat (limited to 'x11/wdm/Makefile')
-rw-r--r--x11/wdm/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index 631ed3005e4a..37698c05d5cc 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -55,7 +55,7 @@ WDMDIR= ${PREFIX}/lib/X11/wdm
.include <bsd.port.pre.mk>
-.if ( ${OSVERSION} >= 500028 ) && !defined(WITHOUT_PAM)
+.if !defined(WITHOUT_PAM)
WITH_PAM= yes
CONFIGURE_ARGS+= --with-pamdir=${LOCALBASE}/etc/pam.d/
PLIST_SUB+= PAM=""
@@ -114,12 +114,7 @@ post-install:
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${WDMDIR}/pixmaps
.endfor
.if defined(WITH_PAM)
-.if ( ${OSVERSION} >= 500028 )
${INSTALL_DATA} ${FILESDIR}/wdm.pam ${LOCALBASE}/etc/pam.d/wdm
-.else
- @${ECHO_MSG} "To finish installing this port, append the contents of"
- @${ECHO_MSG} "${FILESDIR}/wdm.pam to your /etc/pam.conf file"
-.endif
.endif
.include <bsd.port.post.mk>