pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xlockmore The ressource class for xlock is XLock, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/604bb82806cf
branches:  trunk
changeset: 460127:604bb82806cf
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Thu Aug 21 00:40:38 2003 +0000

description:
The ressource class for xlock is XLock, not Xlock.
Noted by krille via /msg on IRC.

diffstat:

 x11/xlockmore/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ab9b622fa182 -r 604bb82806cf x11/xlockmore/Makefile.common
--- a/x11/xlockmore/Makefile.common     Wed Aug 20 12:24:18 2003 +0000
+++ b/x11/xlockmore/Makefile.common     Thu Aug 21 00:40:38 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2003/07/17 22:56:59 grant Exp $
+# $NetBSD: Makefile.common,v 1.7 2003/08/21 00:40:38 hubertf Exp $
 #
 # This Makefile.common is included by:
 #
@@ -74,7 +74,7 @@
 .if defined(XLOCK_DEFAULT_MODE) && !empty(XLOCK_DEFAULT_MODE)
        cd ${WRKSRC}/xlock;                                             \
        ${MV} -f XLock.ad XLock.ad.presed;                              \
-       ${SED} -e "s|^\(Xlock.mode:[    ]*\).*|\1${XLOCK_DEFAULT_MODE}|" \
+       ${SED} -e "s|^\(XLock.mode:[    ]*\).*|\1${XLOCK_DEFAULT_MODE}|" \
                XLock.ad.presed > XLock.ad;                             \
        ${RM} -f XLock.ad.presed
 .endif



Home | Main Index | Thread Index | Old Index