pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/znc



Module Name:    pkgsrc
Committed By:   kim
Date:           Sun Oct 31 08:15:20 UTC 2021

Modified Files:
        pkgsrc/chat/znc: Makefile

Log Message:
znc: Use `=' instead of `+=' in the (now) only assignment to SUBST_SED.man


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/chat/znc/Makefile

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

Modified files:

Index: pkgsrc/chat/znc/Makefile
diff -u pkgsrc/chat/znc/Makefile:1.28 pkgsrc/chat/znc/Makefile:1.29
--- pkgsrc/chat/znc/Makefile:1.28       Sun Oct 31 07:52:00 2021
+++ pkgsrc/chat/znc/Makefile    Sun Oct 31 08:15:20 2021
@@ -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_CLASSES+=               man
 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