summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-23 19:49:27 +0000
committerrillig <rillig@pkgsrc.org>2020-04-23 19:49:27 +0000
commit4794461748b0e29993c6a9abf0d9ec0be0ed6fe3 (patch)
tree2cab2861ff2e480e2e73aead1e0483c2147c8e0a /chat
parent823b7611fc8b1b018ebd3ecbed2c7e18543e7533 (diff)
downloadpkgsrc-4794461748b0e29993c6a9abf0d9ec0be0ed6fe3.tar.gz
chat/bitchx: fix SUBST pattern for replacing absolute path
Diffstat (limited to 'chat')
-rw-r--r--chat/bitchx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile
index 1bc04c79891..4d8764d1e4d 100644
--- a/chat/bitchx/Makefile
+++ b/chat/bitchx/Makefile
@@ -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