1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Correct the location of the gdm.conf file in the gdm(1) man page.

PR:		115325
This commit is contained in:
Joe Marcus Clarke 2007-08-18 16:06:20 +00:00
parent 86d8eccdde
commit 651067f498
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197878

View File

@ -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)