diff options
author | grant <grant@pkgsrc.org> | 2002-11-06 00:59:30 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-11-06 00:59:30 +0000 |
commit | 989355443cdc05d3111180327acfd925453baa40 (patch) | |
tree | a123d931bb09de35a596515243707cafa5d6038e | |
parent | a612d312ad6f2c24a323fac79e8c1a1ff326d713 (diff) | |
download | pkgsrc-989355443cdc05d3111180327acfd925453baa40.tar.gz |
fix /usr/local paths in man page.
-rw-r--r-- | chat/bitchx/Makefile | 7 | ||||
-rw-r--r-- | chat/bitchx/distinfo | 3 | ||||
-rw-r--r-- | chat/bitchx/patches/patch-ae | 37 |
3 files changed, 45 insertions, 2 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: diff --git a/chat/bitchx/distinfo b/chat/bitchx/distinfo index 72e4b475d0d..19b22364839 100644 --- a/chat/bitchx/distinfo +++ b/chat/bitchx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/09/09 18:04:16 wiz Exp $ +$NetBSD: distinfo,v 1.5 2002/11/06 00:59:30 grant Exp $ SHA1 (ircii-pana-1.0c18.tar.gz) = b0a25ad0d2a36ad36f5640cdf9fe34022a00d8a5 Size (ircii-pana-1.0c18.tar.gz) = 2514378 bytes @@ -6,3 +6,4 @@ SHA1 (patch-aa) = a772d3e2a9d21f3fcabb85107f61d96bce4558f3 SHA1 (patch-ab) = c0fc1dd62c9af33abc6d8a37cecdbfe0c439951c SHA1 (patch-ac) = 066e43ca994b3720b9575fb51460942e9392880a SHA1 (patch-ad) = 31fae9edb340c4cf553c98243a6788fbf18ff2dd +SHA1 (patch-ae) = 4a81de4ca7d3816f58cbdfe18b515ef8339c11ba diff --git a/chat/bitchx/patches/patch-ae b/chat/bitchx/patches/patch-ae new file mode 100644 index 00000000000..2940c542006 --- /dev/null +++ b/chat/bitchx/patches/patch-ae @@ -0,0 +1,37 @@ +$NetBSD: patch-ae,v 1.1 2002/11/06 00:59:31 grant Exp $ + +--- doc/BitchX.1.orig Mon Jan 8 17:24:22 2001 ++++ doc/BitchX.1 +@@ -171,14 +171,14 @@ is not there, this file is loaded on sta + .I ~/.ircservers + contains a list of IRC servers to cycle through. + .TP +-.I /usr/local/lib/bx/ ++.I @PREFIX@/share/bx/ + System-wide configuration dir. + .TP + .I ~/.BitchX/BitchX.sav + Personal configuration file. + .TP + .I ~/.BitchX/BitchX.ircnames +-Default random real name. NOTE: Must be copied from /usr/local/lib/bx/ ++Default random real name. NOTE: Must be copied from @PREFIX@/share/bx/ + .TP + .I ~/.BitchX/BitchX.formats + Personal +@@ -186,12 +186,12 @@ Personal + display formats. + .TP + .I ~/.BitchX/BitchX.reasons +-Default random kick messages. NOTE: Must be copied from /usr/local/lib/bx/ ++Default random kick messages. NOTE: Must be copied from @PREFIX@/share/bx/ + .TP + .I ~/.BitchX/BitchX.quit +-Default random quit messages. NOTE: Must be copied from /usr/local/lib/bx/ ++Default random quit messages. NOTE: Must be copied from @PREFIX@/share/bx/ + .TP +-.I /usr/local/lib/bx/BitchX.help ++.I @PREFIX@/share/bx/BitchX.help + .B BitchX + help file. + .TP |