summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-08-13 06:40:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-08-13 06:40:44 +0000
commitc66e13e4dd663b8deaad6f09a8731c4654b76a34 (patch)
tree142d559c4f24d958dc1e4190cf57a3f3f802a14b /www
parentReorder variables. Use "${CP}" instead of "cp". Use DISTNAME/PKGNAME (diff)
Some minor variable reordering.
Notes
Notes: svn path=/head/; revision=7558
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/Makefile8
-rw-r--r--www/lynx/Makefile8
2 files changed, 8 insertions, 8 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>
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index fe24665674e2..df155ac3ecb5 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/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>