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 | |
parent | 1127c915b0bd8c6dee066650bbd433b7463448b1 (diff) | |
download | pkgsrc-168d3df4c2f0dc9cd15d39c8832e8ee0da132d03.tar.gz |
Automanpage handling.
-rw-r--r-- | textproc/texi2html/Makefile | 4 | ||||
-rw-r--r-- | www/lynx/Makefile | 4 |
2 files changed, 2 insertions, 6 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; \ diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 9cd407f9e99..70e312036b7 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/22 14:22:48 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/21 15:22:20 tv Exp $ # FreeBSD Id: Makefile,v 1.71 1997/11/24 19:35:30 ache Exp # @@ -17,8 +17,6 @@ GNU_CONFIGURE= YES INSTALL_TARGET= install install-help MAKEFILE= makefile -MAN1= lynx.1 - post-install: chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx_help |