diff options
author | grant <grant@pkgsrc.org> | 2002-12-23 14:09:53 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-23 14:09:53 +0000 |
commit | e1c6498993cbdffc1ad7e14b5b494e20fc9dbea9 (patch) | |
tree | 3778b6e54ec8e0f47fb3ccda720ec32130579be6 /chat/bitchx/Makefile | |
parent | 1926711f126b6dd7ad53e3ec14cd95ab5cb89bdb (diff) | |
download | pkgsrc-e1c6498993cbdffc1ad7e14b5b494e20fc9dbea9.tar.gz |
handle the fixing of paths in files more gracefully.
Diffstat (limited to 'chat/bitchx/Makefile')
-rw-r--r-- | chat/bitchx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index 98221402ec6..c8b3173b907 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/11/06 00:59:30 grant Exp $ +# $NetBSD: Makefile,v 1.13 2002/12/23 14:09:53 grant Exp $ DISTNAME= ircii-pana-1.0c18 PKGNAME= bitchx-1.0.3.18 @@ -33,7 +33,7 @@ post-extract: post-patch: @${MV} ${WRKSRC}/doc/BitchX.1 ${WRKSRC}/doc/BitchX.1.orig - @${SED} -e 's|@PREFIX@|${PREFIX}|' \ + @${SED} ${FILES_SUBST_SED} \ ${WRKSRC}/doc/BitchX.1.orig > ${WRKSRC}/doc/BitchX.1 # The WANT_NOTIFY_BITCHX_COM message after configure is misleading, we @@ -51,4 +51,5 @@ post-install: .include "../../devel/ncurses/buildlink2.mk" .include "../../security/openssl/buildlink2.mk" +.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |