diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-05 19:42:29 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-05 19:42:29 +0000 |
commit | c0a7a1f97264b914fa27603f8433b87b38b15f14 (patch) | |
tree | 31f183fd8d5eafcdc64858149e67eed38d5789d9 /x11/wdm/Makefile | |
parent | 5bbd5cd2dc9f1331906bad4149f5d061fc9c737a (diff) |
Notes
Diffstat (limited to 'x11/wdm/Makefile')
-rw-r--r-- | x11/wdm/Makefile | 7 |
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> |