diff options
author | trevor <trevor@FreeBSD.org> | 2001-01-11 08:56:26 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-01-11 08:56:26 +0800 |
commit | 2956aa16edfdc52f46a9a75a3343be2a71345b6d (patch) | |
tree | 757ee894ec48f0f3a54ff0ba9ee287da774b1ca1 /www/w3m | |
parent | bf357ff0eef42918c3f5736fc3471dbc00c45991 (diff) | |
download | freebsd-ports-graphics-2956aa16edfdc52f46a9a75a3343be2a71345b6d.tar.gz freebsd-ports-graphics-2956aa16edfdc52f46a9a75a3343be2a71345b6d.tar.zst freebsd-ports-graphics-2956aa16edfdc52f46a9a75a3343be2a71345b6d.zip |
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 <naddy@mips.inka.de>
Reviewed by: knu
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 3d0da595f50..675fec4ef49 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 |