diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-06 03:42:29 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-06 03:42:29 +0800 |
commit | 5ae596207dc0bd85ca28a43d715d82bc6b358b81 (patch) | |
tree | 429d1cbf81dc725269224bf70d9d438fa18e5dd3 /x11/wdm/Makefile | |
parent | aa020b736f5c57adddbd7c17d2197f70d6420a72 (diff) | |
download | freebsd-ports-gnome-5ae596207dc0bd85ca28a43d715d82bc6b358b81.tar.gz freebsd-ports-gnome-5ae596207dc0bd85ca28a43d715d82bc6b358b81.tar.zst freebsd-ports-gnome-5ae596207dc0bd85ca28a43d715d82bc6b358b81.zip |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
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> |