diff options
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index fe24665674e2..df155ac3ecb5 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -4,13 +4,16 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.46 1997/08/08 14:33:58 ache Exp $ +# $Id: Makefile,v 1.47 1997/08/10 15:29:04 ache Exp $ # DISTNAME= lynx2.7.1ac-0.49 PKGNAME= lynx-2.7.1ac-0.49 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ + +MAINTAINER= ache@FreeBSD.ORG + WRKSRC= ${WRKDIR}/lynx2-7-1 GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-screen=ncurses @@ -18,9 +21,6 @@ MAKE_FLAGS= libdir=${PREFIX}/etc \ SITE_DEFS=-DLYNX_CFG_FILE='\\\"${PREFIX}/etc/lynx.cfg\\\"' \ -f MAKEFILE= makefile - -MAINTAINER= ache@FreeBSD.ORG - MAN1= lynx.1 .include <bsd.port.mk> |