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 /devel/patch/pkg-descr | |
parent | bf357ff0eef42918c3f5736fc3471dbc00c45991 (diff) | |
download | freebsd-ports-gnome-2956aa16edfdc52f46a9a75a3343be2a71345b6d.tar.gz freebsd-ports-gnome-2956aa16edfdc52f46a9a75a3343be2a71345b6d.tar.zst freebsd-ports-gnome-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 'devel/patch/pkg-descr')
-rw-r--r-- | devel/patch/pkg-descr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/patch/pkg-descr b/devel/patch/pkg-descr index 2cd4d0f98b23..f08a8d13297e 100644 --- a/devel/patch/pkg-descr +++ b/devel/patch/pkg-descr @@ -1,4 +1,4 @@ -patch takes a patch file patchfile containing a difference -listing produced by the diff program and applies those -differences to one or more original files, producing -patched versions. +The patch program takes a patch file containing a difference +listing produced by the diff program and applies those +differences to one or more original files, producing patched +versions. |