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 /www/lynx | |
parent | 1127c915b0bd8c6dee066650bbd433b7463448b1 (diff) | |
download | pkgsrc-168d3df4c2f0dc9cd15d39c8832e8ee0da132d03.tar.gz |
Automanpage handling.
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |