summaryrefslogtreecommitdiff
path: root/www/bozohttpd
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-09 17:18:20 +0000
committerjlam <jlam>2002-09-09 17:18:20 +0000
commit8b5804dfab994aaeb62328e7b699c70f17499ef9 (patch)
tree172ab7bbb80b20508c63307236da3e1fd04f0e6a /www/bozohttpd
parent5ddf24788e5d59d9c184aea479c2c4361d719ca2 (diff)
downloadpkgsrc-8b5804dfab994aaeb62328e7b699c70f17499ef9.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/Makefile4
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; \