diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-09 17:18:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-09 17:18:20 +0000 |
commit | 657e7b4f06f5b9ffb412fc36c9ab95152667923b (patch) | |
tree | 172ab7bbb80b20508c63307236da3e1fd04f0e6a /www/bozohttpd | |
parent | 0355adfc82c295a02d43be15e7ccba1a7970b527 (diff) | |
download | pkgsrc-657e7b4f06f5b9ffb412fc36c9ab95152667923b.tar.gz |
Patch the man page at pre-build instead of post-build so the catpage is
generated with the fixes.
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 7724c478678..30c08382669 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2002/09/09 17:13:32 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2002/09/09 17:18:20 jlam Exp $ # DISTNAME= bozohttpd-5.14 @@ -22,7 +22,7 @@ MAKE_ENV+= BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man CPPFLAGS+= -DINET6 .endif -post-build: +pre-build: cd ${WRKSRC}; for file in bozohttpd.8; do \ ${SED} -e "s|/usr/pkg/|${PREFIX}/|g" \ $${file} >> $${file}.fixed; \ |