diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-16 03:43:25 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-16 03:43:25 +0000 |
commit | 410e4bb66c90c563651c9c2e8ef3f24e7de2d873 (patch) | |
tree | c9f9756ea81fcc9d88870e4a23bf7bcae856cb26 | |
parent | ccaefd3f805e2ec45e78c33e4de6d8a5c77a3e02 (diff) | |
download | freebsd-ports-410e4bb66c90c563651c9c2e8ef3f24e7de2d873.zip |
Add few informational comments
-rw-r--r-- | www/lynx-current/Makefile | 4 | ||||
-rw-r--r-- | www/lynx/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 56e30f929915..419d5c12362b 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/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} diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 56e30f929915..419d5c12362b 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} |