summaryrefslogtreecommitdiff
path: root/x11/gdm/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/gdm/Makefile
parentBump PORTREVISION's after OpenLDAP update. (diff)
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Notes
Notes: svn path=/head/; revision=225292
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r--x11/gdm/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 637d3629c05a..2daced2d3639 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -71,12 +71,6 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-daemon_slave.c
.endif
post-patch:
-.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \
- ( ${OSVERSION} < 503101 )
-.for po in zh_CN.po
- @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po}
-.endfor
-.endif
@${REINPLACE_CMD} -e 's|root:root|root:wheel|g' \
${WRKSRC}/config/Makefile.in
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \