summaryrefslogtreecommitdiffstats
path: root/x11/gdm/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-14 09:16:33 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-14 09:16:33 +0800
commitec239da92aa12854f937e4091540b952d70ebd5f (patch)
treeb9745c632f96999b515fa89fa9cfcbf0b1b55a89 /x11/gdm/Makefile
parent3ae90549e7b1939a2ae1908d2c56d6b1461023b6 (diff)
downloadmarcuscom-ports-ec239da92aa12854f937e4091540b952d70ebd5f.tar
marcuscom-ports-ec239da92aa12854f937e4091540b952d70ebd5f.tar.gz
marcuscom-ports-ec239da92aa12854f937e4091540b952d70ebd5f.tar.bz2
marcuscom-ports-ec239da92aa12854f937e4091540b952d70ebd5f.tar.lz
marcuscom-ports-ec239da92aa12854f937e4091540b952d70ebd5f.tar.xz
marcuscom-ports-ec239da92aa12854f937e4091540b952d70ebd5f.tar.zst
marcuscom-ports-ec239da92aa12854f937e4091540b952d70ebd5f.zip
Update to 2.14.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5936 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r--x11/gdm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 2f265bd9a..ea10efecf 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gdm/Makefile,v 1.21 2006/03/13 07:23:13 mezz Exp $
+# $MCom: ports/x11/gdm/Makefile,v 1.22 2006/03/13 19:31:46 mezz Exp $
#
PORTNAME= gdm
-PORTVERSION= 2.13.0.10
-PORTREVISION= 1
+PORTVERSION= 2.14.0
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}
@@ -71,6 +70,8 @@ post-install:
.if !defined(PACKAGE_BUILDING)
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
+ ${INSTALL_DATA} ${WRKSRC}/config/gdm.conf-custom \
+ ${PREFIX}/etc/gdm/custom.conf.default
@${MKDIR} ${PREFIX}/etc/gdm/Sessions
@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \
| /usr/bin/fmt 75 79 > ${PKGMESSAGE}