diff options
author | asami <asami@FreeBSD.org> | 1997-08-13 14:40:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-08-13 14:40:44 +0800 |
commit | 37e2314ad3a07fce314e9aa7d92ceb4fadbbaa04 (patch) | |
tree | fd5547abad097a56d8c0e3fac03c9e10ff443341 /www/lynx-current | |
parent | a5bc5c5bdc7329b8b9425cc4aa6a84f380b9145a (diff) | |
download | freebsd-ports-gnome-37e2314ad3a07fce314e9aa7d92ceb4fadbbaa04.tar.gz freebsd-ports-gnome-37e2314ad3a07fce314e9aa7d92ceb4fadbbaa04.tar.zst freebsd-ports-gnome-37e2314ad3a07fce314e9aa7d92ceb4fadbbaa04.zip |
Some minor variable reordering.
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> |