diff options
author | asami <asami@FreeBSD.org> | 1996-10-09 15:22:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-09 15:22:39 +0800 |
commit | 45f8622fd7eff9ddcc7465cd3508773400f20bf5 (patch) | |
tree | 57b0f26fdd44e7a87ae45d33c940555ab24444ad /www/lynx | |
parent | 41825a26e52c537801c265218901f097fbf985c8 (diff) | |
download | freebsd-ports-gnome-45f8622fd7eff9ddcc7465cd3508773400f20bf5.tar.gz freebsd-ports-gnome-45f8622fd7eff9ddcc7465cd3508773400f20bf5.tar.zst freebsd-ports-gnome-45f8622fd7eff9ddcc7465cd3508773400f20bf5.zip |
Properly sectionize Makefile by inserting empty lines.
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |