diff options
author | ache <ache@FreeBSD.org> | 1996-01-16 11:43:25 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-01-16 11:43:25 +0800 |
commit | 00482396976db33a93c62039e475e3605b9c10cf (patch) | |
tree | 8c2e5b66fb9c5059f366f6dce2811de753d64fad /www/lynx-current/Makefile | |
parent | c7873e16499afa2c0a88b309b8ae6cf02bbe6a15 (diff) | |
download | freebsd-ports-gnome-00482396976db33a93c62039e475e3605b9c10cf.tar.gz freebsd-ports-gnome-00482396976db33a93c62039e475e3605b9c10cf.tar.zst freebsd-ports-gnome-00482396976db33a93c62039e475e3605b9c10cf.zip |
Add few informational comments
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 4 |
1 files changed, 3 insertions, 1 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} |