diff options
author | ache <ache@FreeBSD.org> | 1996-11-11 13:31:01 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-11-11 13:31:01 +0800 |
commit | 644c7b7743aecd518e64fc296170ab18a22d8350 (patch) | |
tree | ea6b3f3a0572037d4d7de18f60c006d7d1a46641 /www/lynx-current/Makefile | |
parent | 0f779dd5ac9ca378b7206e2b0a8aef633181e614 (diff) | |
download | freebsd-ports-gnome-644c7b7743aecd518e64fc296170ab18a22d8350.tar.gz freebsd-ports-gnome-644c7b7743aecd518e64fc296170ab18a22d8350.tar.zst freebsd-ports-gnome-644c7b7743aecd518e64fc296170ab18a22d8350.zip |
Upgrade
Diffstat (limited to 'www/lynx-current/Makefile')
-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 b5c993018d4d..f81bc8e07cea 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.28 1996/10/22 02:10:12 ache Exp $ +# $Id: Makefile,v 1.29 1996/11/02 00:55:08 ache Exp $ # DISTNAME= lynx2-6 @@ -20,8 +20,8 @@ BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip EXTRACT_CMD= unzip EXTRACT_ARGS= -q -o -PATCH_SITES= http://www.nyu.edu/pages/wsn/subir/lynx/patches/ -PATCHFILES= 2-6-patch11.txt +#PATCH_SITES= http://www.nyu.edu/pages/wsn/subir/lynx/patches/ +#PATCHFILES= 2-6-patch11.txt MAINTAINER= ache@FreeBSD.ORG @@ -31,4 +31,4 @@ ALL_TARGET= freebsd-ncurses # must be after bsd.port.mk -PATCH_DIST_ARGS+= -d ${WRKSRC}/src +#PATCH_DIST_ARGS+= -d ${WRKSRC}/src |