diff options
author | marcus <marcus@FreeBSD.org> | 2007-08-19 00:06:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-08-19 00:06:20 +0800 |
commit | 7dbbfa768de3d0374653eba7258561bf143cae1c (patch) | |
tree | 32db1b8f49d1f24e3f04c6d8943419422d6a61b8 /x11/gdm | |
parent | 23ba91ec6191637f0dc7245a33a0db362e03d6e1 (diff) | |
download | freebsd-ports-gnome-7dbbfa768de3d0374653eba7258561bf143cae1c.tar.gz freebsd-ports-gnome-7dbbfa768de3d0374653eba7258561bf143cae1c.tar.zst freebsd-ports-gnome-7dbbfa768de3d0374653eba7258561bf143cae1c.zip |
Correct the location of the gdm.conf file in the gdm(1) man page.
PR: 115325
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index a6aba2951338..efc2a7577d3f 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -8,6 +8,7 @@ PORTNAME= gdm PORTVERSION= 2.18.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -77,6 +78,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/configure ${WRKSRC}/po/*.po ${WRKSRC}/gui/*.glade \ ${WRKSRC}/daemon/*.c ${WRKSRC}/docs/*/*.xml + @${REINPLACE_CMD} -e 's|/etc/gdm/gdm.conf|${PREFIX}/etc/gdm/gdm.conf|' \ + ${WRKSRC}/docs/gdm.1 post-install: .if !defined(PACKAGE_BUILDING) |