summaryrefslogtreecommitdiffstats
path: root/x11/gdm/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-05 13:32:45 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-05 13:32:45 +0800
commit020928aab42386fd82fb63d86496313ba09b9d9c (patch)
treee5d782b0368712d2eb0f02095e615edb06aeac38 /x11/gdm/Makefile
parent9808e2041e336ba866df78bf6c1579812cb508fb (diff)
downloadmarcuscom-ports-020928aab42386fd82fb63d86496313ba09b9d9c.tar
marcuscom-ports-020928aab42386fd82fb63d86496313ba09b9d9c.tar.gz
marcuscom-ports-020928aab42386fd82fb63d86496313ba09b9d9c.tar.bz2
marcuscom-ports-020928aab42386fd82fb63d86496313ba09b9d9c.tar.lz
marcuscom-ports-020928aab42386fd82fb63d86496313ba09b9d9c.tar.xz
marcuscom-ports-020928aab42386fd82fb63d86496313ba09b9d9c.tar.zst
marcuscom-ports-020928aab42386fd82fb63d86496313ba09b9d9c.zip
Put this patch back in to fix the hardcore path of /usr/X11R6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10345 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r--x11/gdm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 9fa0cf9f1..7c437ab4d 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gdm/Makefile,v 1.102 2008/02/03 20:52:18 mezz Exp $
+# $MCom: ports/x11/gdm/Makefile,v 1.103 2008/02/04 06:07:28 marcus Exp $
#
PORTNAME= gdm
@@ -74,6 +74,8 @@ post-patch:
${WRKSRC}/data/Makefile.in
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/daemon/gdm-session-worker.c
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
+ ${WRKSRC}/configure ${WRKSRC}/daemon/*.c ${WRKSRC}/po/*.po
post-install:
.if !defined(PACKAGE_BUILDING)