Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 15:51:09 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361259 - head/x11/xdm
Message-ID:  <201407081551.s68Fp9ht042592@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno (src committer)
Date: Tue Jul  8 15:51:09 2014
New Revision: 361259
URL: http://svnweb.freebsd.org/changeset/ports/361259
QAT: https://qat.redports.org/buildarchive/r361259/

Log:
  Fix typo in pkgplist for options XDMSHELL
  
  PR:		186391
  Submitted by:	elrond@phoe.frmug.org
  Reviewed by:	kwm

Modified:
  head/x11/xdm/pkg-plist

Modified: head/x11/xdm/pkg-plist
==============================================================================
--- head/x11/xdm/pkg-plist	Tue Jul  8 15:24:14 2014	(r361258)
+++ head/x11/xdm/pkg-plist	Tue Jul  8 15:51:09 2014	(r361259)
@@ -6,7 +6,7 @@ lib/X11/xdm/libXdmGreet.so
 lib/X11/xdm/pixmaps/xorg-bw.xpm
 lib/X11/xdm/pixmaps/xorg.xpm
 man/man1/xdm.1.gz
-%%XDMSHELL%%man/man1/xmdshell.1.gz
+%%XDMSHELL%%man/man1/xdmshell.1.gz
 share/X11/app-defaults/Chooser
 @unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi
 @unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081551.s68Fp9ht042592>