diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-21 01:31:14 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-21 01:31:14 +0000 |
commit | 217ac8932e4793776ea9253b4933d38908e739e3 (patch) | |
tree | c75c5025a1575a15e7aca29500c74cd18851930d /www/wwwoffle | |
parent | ce9041021d654dbcf7162d5702ed23a781e2585e (diff) | |
download | pkgsrc-217ac8932e4793776ea9253b4933d38908e739e3.tar.gz |
remove commented out section (post-build)
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 1d24c759194..7239ec7cf4a 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/11/21 01:11:18 itojun Exp $ +# $NetBSD: Makefile,v 1.22 2000/11/21 01:31:14 itojun Exp $ DISTNAME= wwwoffle-2.6 CATEGORIES= www @@ -29,13 +29,6 @@ MAKE_ENV+= LIBRARY="-lnsl -lsocket" .endif post-build: -# cd ${WRKSRC}/html/htdig/scripts; \ -# for f in wwwoffle-ht*; do \ -# ${MV} $$f $$f.old; \ -# ${SED} -e '/htsearch/s#^#${PREFIX}/libexec/cgi-bin/#' \ -# -e 's#/usr/local#${PREFIX}#' <$$f.old >$$f; \ -# ${RM} $$f.old; \ -# done @${SED} -e 's#@PREFIX@#${PREFIX}#g' <${FILESDIR}/wwwoffle.sh \ >${WRKDIR}/wwwoffle.sh @${SED} -e 's#@PREFIX@#${PREFIX}#g' <${PKGDIR}/MESSAGE \ |