diff options
author | jlam <jlam> | 2002-09-09 17:18:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-09 17:18:20 +0000 |
commit | a7d94aca8f76708c9b3455fc132c2144aebfa820 (patch) | |
tree | 172ab7bbb80b20508c63307236da3e1fd04f0e6a /www | |
parent | ed550bbcfa31b82b517e71e4ade2099b9f57389f (diff) | |
download | pkgsrc-a7d94aca8f76708c9b3455fc132c2144aebfa820.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')
-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; \ |