diff options
author | agc <agc> | 1998-04-15 10:38:15 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-15 10:38:15 +0000 |
commit | ac377f60df940231df0309c289c7f58ddaea1390 (patch) | |
tree | 35307bbb1d53c1243684aaf33a30be9253e985bc /www/lynx | |
parent | de715390eca9ca8d8352dd2715b0b5643f491c9c (diff) | |
download | pkgsrc-ac377f60df940231df0309c289c7f58ddaea1390.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')
-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" |