summaryrefslogtreecommitdiff
path: root/chat/bitchx/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-11-06 00:59:30 +0000
committergrant <grant@pkgsrc.org>2002-11-06 00:59:30 +0000
commit989355443cdc05d3111180327acfd925453baa40 (patch)
treea123d931bb09de35a596515243707cafa5d6038e /chat/bitchx/Makefile
parenta612d312ad6f2c24a323fac79e8c1a1ff326d713 (diff)
downloadpkgsrc-989355443cdc05d3111180327acfd925453baa40.tar.gz
fix /usr/local paths in man page.
Diffstat (limited to 'chat/bitchx/Makefile')
-rw-r--r--chat/bitchx/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile
index 9b38262342e..98221402ec6 100644
--- a/chat/bitchx/Makefile
+++ b/chat/bitchx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/10/13 15:49:56 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2002/11/06 00:59:30 grant Exp $
DISTNAME= ircii-pana-1.0c18
PKGNAME= bitchx-1.0.3.18
@@ -31,6 +31,11 @@ post-extract:
( ${FIND} ${WRKDIR}/BitchX/bitchx-docs -type d -name CVS -print \
| ${XARGS} ${RM} -rf ) 2>/dev/null
+post-patch:
+ @${MV} ${WRKSRC}/doc/BitchX.1 ${WRKSRC}/doc/BitchX.1.orig
+ @${SED} -e 's|@PREFIX@|${PREFIX}|' \
+ ${WRKSRC}/doc/BitchX.1.orig > ${WRKSRC}/doc/BitchX.1
+
# The WANT_NOTIFY_BITCHX_COM message after configure is misleading, we
# disable this by default.
post-configure: