pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/bitchx



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Apr 23 19:49:27 UTC 2020

Modified Files:
        pkgsrc/chat/bitchx: Makefile

Log Message:
chat/bitchx: fix SUBST pattern for replacing absolute path


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/chat/bitchx/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/bitchx/Makefile
diff -u pkgsrc/chat/bitchx/Makefile:1.62 pkgsrc/chat/bitchx/Makefile:1.63
--- pkgsrc/chat/bitchx/Makefile:1.62    Sat Jan 18 21:48:48 2020
+++ pkgsrc/chat/bitchx/Makefile Thu Apr 23 19:49:27 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2020/01/18 21:48:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.63 2020/04/23 19:49:27 rillig Exp $
 
 DISTNAME=      bitchx-1.2.1
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bitchx/}
 
@@ -22,7 +22,7 @@ CFLAGS.Darwin+=       -DBIND_8_COMPAT
 SUBST_CLASSES+=                manpage
 SUBST_STAGE.manpage=   pre-configure
 SUBST_FILES.manpage+=  doc/BitchX.1
-SUBST_VARS.manpage=    PREFIX
+SUBST_SED.manpage=     -e 's,/usr/local,${PREFIX},g'
 
 SUBST_CLASSES+=                ssl
 SUBST_STAGE.ssl=       pre-configure



Home | Main Index | Thread Index | Old Index