pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/znc znc: Use `=' instead of `+=' in the (now) onl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/44758ecd6522
branches: trunk
changeset: 768703:44758ecd6522
user: kim <kim%pkgsrc.org@localhost>
date: Sun Oct 31 08:15:20 2021 +0000
description:
znc: Use `=' instead of `+=' in the (now) only assignment to SUBST_SED.man
diffstat:
chat/znc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a98e1c982a31 -r 44758ecd6522 chat/znc/Makefile
--- a/chat/znc/Makefile Sun Oct 31 07:52:00 2021 +0000
+++ b/chat/znc/Makefile Sun Oct 31 08:15:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2021/10/31 07:52:00 kim Exp $
+# $NetBSD: Makefile,v 1.29 2021/10/31 08:15:20 kim Exp $
DISTNAME= znc-1.8.2
PKGREVISION= 8
@@ -50,7 +50,7 @@
SUBST_STAGE.man= pre-configure
SUBST_MESSAGE.man= Fixing absolute paths in znc.1 manpage.
SUBST_FILES.man= man/znc.1
-SUBST_SED.man+= -e 's,\/usr\/local,${PREFIX},g'
+SUBST_SED.man= -e 's,\/usr\/local,${PREFIX},g'
.include "options.mk"
.include "../../devel/libgetopt/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index