svn commit: r361259 - head/x11/xdm

Sean Bruno sbruno at FreeBSD.org
Tue Jul 8 15:51:10 UTC 2014


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 at 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


More information about the svn-ports-head mailing list