diff options
author | tv <tv@pkgsrc.org> | 1998-06-21 15:22:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-06-21 15:22:19 +0000 |
commit | 168d3df4c2f0dc9cd15d39c8832e8ee0da132d03 (patch) | |
tree | ce97b03d670e42d09ce6108eecbe1311f9f4b54c /textproc | |
parent | 1127c915b0bd8c6dee066650bbd433b7463448b1 (diff) | |
download | pkgsrc-168d3df4c2f0dc9cd15d39c8832e8ee0da132d03.tar.gz |
Automanpage handling.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/texi2html/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 91b74f9e022..a175d7480e2 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/05/15 15:02:57 tv Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/21 15:22:19 tv Exp $ # DISTNAME= texi2html @@ -18,8 +18,6 @@ EXTRACT_AFTER_ARGS= |sh NO_WRKSUBDIR= yes NO_CONFIGURE= yes -MAN1= texi2html.1 - do-build: cd ${WRKSRC}; \ ${SED} -e s@/usr/local/bin/perl@${PREFIX}/bin/perl@ texi2html >texi2html.new; \ |