pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/sdorfehs



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Nov 19 08:34:35 UTC 2021

Modified Files:
        pkgsrc/wm/sdorfehs: Makefile

Log Message:
wm/sdorfehs: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/sdorfehs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/sdorfehs/Makefile
diff -u pkgsrc/wm/sdorfehs/Makefile:1.4 pkgsrc/wm/sdorfehs/Makefile:1.5
--- pkgsrc/wm/sdorfehs/Makefile:1.4     Wed Nov 17 11:22:06 2021
+++ pkgsrc/wm/sdorfehs/Makefile Fri Nov 19 08:34:35 2021
@@ -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_STAGE.prefix=   pre-configure
 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