diff options
author | ache <ache@FreeBSD.org> | 1996-11-02 08:55:21 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-11-02 08:55:21 +0800 |
commit | c0ced471b4a460d8af55ad2c2f3b52aba6db7f5f (patch) | |
tree | ab2b00e2177469fac15b5249a11bf42bbe71e0b0 /www/lynx/Makefile | |
parent | c55d25f3969876e6ce3e10bc2003cd72dc7666a4 (diff) | |
download | freebsd-ports-graphics-c0ced471b4a460d8af55ad2c2f3b52aba6db7f5f.tar.gz freebsd-ports-graphics-c0ced471b4a460d8af55ad2c2f3b52aba6db7f5f.tar.zst freebsd-ports-graphics-c0ced471b4a460d8af55ad2c2f3b52aba6db7f5f.zip |
Yet one official patch added
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index d7f28029770..b5c993018d4 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -5,7 +5,7 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.27 1996/10/09 17:19:34 ache Exp $ +# $Id: Makefile,v 1.28 1996/10/22 02:10:12 ache Exp $ # DISTNAME= lynx2-6 @@ -20,12 +20,15 @@ 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_DIST_ARGS+= -d ${WRKSRC}/src +PATCH_SITES= http://www.nyu.edu/pages/wsn/subir/lynx/patches/ +PATCHFILES= 2-6-patch11.txt MAINTAINER= ache@FreeBSD.ORG ALL_TARGET= freebsd-ncurses .include <bsd.port.mk> + +# must be after bsd.port.mk + +PATCH_DIST_ARGS+= -d ${WRKSRC}/src |