pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/sdorfehs wm/sdorfehs: fix typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc349dc75419
branches:  trunk
changeset: 769696:fc349dc75419
user:      pin <pin%pkgsrc.org@localhost>
date:      Fri Nov 19 08:34:35 2021 +0000

description:
wm/sdorfehs: fix typo

diffstat:

 wm/sdorfehs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d40613b0bd75 -r fc349dc75419 wm/sdorfehs/Makefile
--- a/wm/sdorfehs/Makefile      Thu Nov 18 23:44:40 2021 +0000
+++ b/wm/sdorfehs/Makefile      Fri Nov 19 08:34:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/11/17 11:22:06 pin Exp $
+# $NetBSD: Makefile,v 1.5 2021/11/19 08:34:35 pin Exp $
 
 DISTNAME=      sdorfehs-1.2
 CATEGORIES=    wm
@@ -18,7 +18,7 @@
 SUBST_FILES.prefix+=   Makefile
 SUBST_SED.prefix+=     -e 's,/usr/local,${PREFIX},g'
 SUBST_SED.prefix+=     -e 's,/usr/X11R6,${X11BASE},g'
-SUBST_SED.prefix+=     -e "s,/etc,${PKG_SYSCONFDIR}/,g"
+SUBST_SED.prefix+=     -e 's,/etc,${PKG_SYSCONFDIR}/,g'
 
 INSTALLATION_DIRS=     bin/ ${PKGMANDIR}/man1/
 



Home | Main Index | Thread Index | Old Index