diff options
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index a54a1c443c46..023393457a2a 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.58 2007/03/12 16:56:06 marcus Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.80 2007/10/22 04:42:08 marcus Exp $ # PORTNAME= gdm -PORTVERSION= 2.18.4 +PORTVERSION= 2.20.1 PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -84,9 +84,9 @@ post-patch: ${WRKSRC}/config/Makefile.in @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/configure ${WRKSRC}/po/*.po ${WRKSRC}/gui/*.glade \ - ${WRKSRC}/daemon/*.c ${WRKSRC}/docs/*/*.xml + ${WRKSRC}/daemon/*.c ${WRKSRC}/docs/*/*.* @${REINPLACE_CMD} -e 's|/etc/gdm/gdm.conf|${PREFIX}/etc/gdm/gdm.conf|' \ - ${WRKSRC}/docs/gdm.1 + ${WRKSRC}/docs/gdm.1 post-install: .if !defined(PACKAGE_BUILDING) |