diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-09 07:22:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-09 07:22:39 +0000 |
commit | 231ecb75a7260dfc48596fc744a55215b85c70a3 (patch) | |
tree | 41e6a5a890d4837f1dbbabcdef8c7fc648dc82fc /www | |
parent | Use tk41. (diff) |
Properly sectionize Makefile by inserting empty lines.
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-current/Makefile | 4 | ||||
-rw-r--r-- | www/lynx/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index ae59c7568c35..57fb999eb42a 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -5,7 +5,7 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.24 1996/09/22 01:11:31 ache Exp $ +# $Id: Makefile,v 1.25 1996/10/03 20:44:49 ache Exp $ # DISTNAME= lynx2-6 @@ -14,6 +14,7 @@ CATEGORIES+= www MASTER_SITES= http://www.wfbr.edu/lynx/ \ ftp://ftp.more.net/pub/mirrors/lynx/ EXTRACT_SUFX= .zip + PATCH_SITES= http://www.nyu.edu/pages/wsn/subir/lynx/patches/ PATCHFILES= 2-6-patch1.txt 2-6-patch2.txt 2-6-patch3.txt 2-6-patch4.txt \ 2-6-patch5.txt @@ -22,6 +23,7 @@ PATCH_DIST_STRIP= -p1 -l MAINTAINER= ache@FreeBSD.ORG BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + EXTRACT_CMD= unzip EXTRACT_ARGS= -q diff --git a/www/lynx/Makefile b/www/lynx/Makefile index ae59c7568c35..57fb999eb42a 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -5,7 +5,7 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.24 1996/09/22 01:11:31 ache Exp $ +# $Id: Makefile,v 1.25 1996/10/03 20:44:49 ache Exp $ # DISTNAME= lynx2-6 @@ -14,6 +14,7 @@ CATEGORIES+= www MASTER_SITES= http://www.wfbr.edu/lynx/ \ ftp://ftp.more.net/pub/mirrors/lynx/ EXTRACT_SUFX= .zip + PATCH_SITES= http://www.nyu.edu/pages/wsn/subir/lynx/patches/ PATCHFILES= 2-6-patch1.txt 2-6-patch2.txt 2-6-patch3.txt 2-6-patch4.txt \ 2-6-patch5.txt @@ -22,6 +23,7 @@ PATCH_DIST_STRIP= -p1 -l MAINTAINER= ache@FreeBSD.ORG BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + EXTRACT_CMD= unzip EXTRACT_ARGS= -q |