diff options
Diffstat (limited to 'chat/bitchx/Makefile')
-rw-r--r-- | chat/bitchx/Makefile | 7 |
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: |