From 2956aa16edfdc52f46a9a75a3343be2a71345b6d Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 11 Jan 2001 00:56:26 +0000 Subject: Avoid conflict with /usr/bin/patch by installing the version from the ports collection as "gpatch". Beautify the descriptions. Update the ports which depend on this version. PR: 23702 Submitted by: Christian Weisgerber Reviewed by: knu --- www/w3m/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 3d0da595f505..675fec4ef490 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -25,8 +25,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= nobutaka@nobutaka.com BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc \ - ${LOCALBASE}/bin/patch:${PORTSDIR}/devel/patch -PATCH= ${LOCALBASE}/bin/patch + ${PATCH}:${PORTSDIR}/devel/patch +PATCH= ${LOCALBASE}/bin/gpatch W3M_VERSION= 0.1.11 W3M_PATCHLEVEL= 23 -- cgit