diff options
author | ache <ache@FreeBSD.org> | 1997-08-08 22:34:11 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-08-08 22:34:11 +0800 |
commit | 04181e8c22111b82bfed2fb272d5a6aabd595c18 (patch) | |
tree | b1615c44a68b5d6400da46f16a2a853ebfff67ce /www/lynx-current/Makefile | |
parent | a37a06b1ff34ecf2c248f0a970f03984b4fc0b2c (diff) | |
download | freebsd-ports-gnome-04181e8c22111b82bfed2fb272d5a6aabd595c18.tar.gz freebsd-ports-gnome-04181e8c22111b82bfed2fb272d5a6aabd595c18.tar.zst freebsd-ports-gnome-04181e8c22111b82bfed2fb272d5a6aabd595c18.zip |
Upgrade to 0.48
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 4f594c0c69d9..7da79721570a 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -4,11 +4,11 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.44 1997/07/31 20:19:16 ache Exp $ +# $Id: Makefile,v 1.45 1997/08/05 15:21:39 ache Exp $ # -DISTNAME= lynx2.7.1ac-0.46 -PKGNAME= lynx-2.7.1ac-0.46 +DISTNAME= lynx2.7.1ac-0.48 +PKGNAME= lynx-2.7.1ac-0.48 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ WRKSRC= ${WRKDIR}/lynx2-7-1 @@ -21,7 +21,6 @@ MAKEFILE= makefile MAINTAINER= ache@FreeBSD.ORG -ALL_TARGET= lynx MAN1= lynx.1 .include <bsd.port.mk> |