pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/utf8proc converters/utf8proc: Align backslash



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7766167285fd
branches:  trunk
changeset: 771334:7766167285fd
user:      micha <micha%pkgsrc.org@localhost>
date:      Fri Dec 17 10:29:09 2021 +0000

description:
converters/utf8proc: Align backslash

diffstat:

 converters/utf8proc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8c728472fb70 -r 7766167285fd converters/utf8proc/Makefile
--- a/converters/utf8proc/Makefile      Fri Dec 17 10:21:54 2021 +0000
+++ b/converters/utf8proc/Makefile      Fri Dec 17 10:29:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/12/17 10:20:24 micha Exp $
+# $NetBSD: Makefile,v 1.15 2021/12/17 10:29:09 micha Exp $
 
 DISTNAME=      utf8proc-2.7.0
 CATEGORIES=    converters
@@ -25,7 +25,7 @@
                -e 's#PREFIX#${PREFIX}#'                                \
                -e 's#LIBDIR#lib#'                                      \
                -e 's#INCLUDEDIR#include#'                              \
-               -e 's#VERSION#${PKGVERSION_NOREV}#'             \
+               -e 's#VERSION#${PKGVERSION_NOREV}#'                     \
                -e 's#Description:.*$$#Description: ${COMMENT}#'        \
                libutf8proc.pc.in >libutf8proc.pc
 



Home | Main Index | Thread Index | Old Index