diff options
author | ache <ache@FreeBSD.org> | 1996-01-16 03:43:25 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-01-16 03:43:25 +0000 |
commit | 00482396976db33a93c62039e475e3605b9c10cf (patch) | |
tree | 8c2e5b66fb9c5059f366f6dce2811de753d64fad /www/lynx | |
parent | c7873e16499afa2c0a88b309b8ae6cf02bbe6a15 (diff) | |
download | FreeBSD-ports-00482396976db33a93c62039e475e3605b9c10cf.zip FreeBSD-ports-00482396976db33a93c62039e475e3605b9c10cf.tar.gz |
Add few informational comments
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 56e30f9..419d5c1 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,15 +1,17 @@ # New ports collection makefile for: lynx +# See http://www.wfbr.edu/dir/lynx/ for additional info # Version required: 2.4-FM # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.14 1995/12/13 21:38:24 ache Exp $ +# $Id: Makefile,v 1.15 1995/12/16 04:07:45 ache Exp $ # DISTNAME= lynx2-4-FM PKGNAME= lynx-2.4fm CATEGORIES+= www +# Original location, lynx changes too often there #MASTER_SITES= http://www.wfbr.edu/lynx/ #NCFTP= w3c #NCFTPFLAGS= -to multipart/x-zip -timeout 120 -o ${DISTFILES} |