pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/bitchx chat/bitchx: fix SUBST pattern for replaci...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d5e930989051
branches: trunk
changeset: 428045:d5e930989051
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Apr 23 19:49:27 2020 +0000
description:
chat/bitchx: fix SUBST pattern for replacing absolute path
diffstat:
chat/bitchx/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 51e632ec58a0 -r d5e930989051 chat/bitchx/Makefile
--- a/chat/bitchx/Makefile Thu Apr 23 19:42:41 2020 +0000
+++ b/chat/bitchx/Makefile Thu Apr 23 19:49:27 2020 +0000
@@ -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 @@
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