diff options
author | agc <agc@pkgsrc.org> | 1998-04-15 10:38:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-15 10:38:15 +0000 |
commit | 258b808c9f6f683ca8810e74e4dce09adb0493fb (patch) | |
tree | 35307bbb1d53c1243684aaf33a30be9253e985bc /www/lynx/Makefile | |
parent | 24d9d77786235d895f1e269ed5b2b85a91ef6987 (diff) | |
download | pkgsrc-258b808c9f6f683ca8810e74e4dce09adb0493fb.tar.gz |
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 9da9ddc769e..93e5bc9123b 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,10 +1,4 @@ -# New ports collection makefile for: lynx -# http://sol.slcc.edu/lynx/current/ -# Version required: 2.8rel2 -# Date created: 15 Dec 1994 -# Whom: ache -# -# $NetBSD: Makefile,v 1.6 1998/03/10 23:03:02 tron Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:51 agc Exp $ # FreeBSD Id: Makefile,v 1.71 1997/11/24 19:35:30 ache Exp # @@ -28,4 +22,4 @@ MAN1= lynx.1 post-install: chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx_help -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |