aboutsummaryrefslogtreecommitdiff
path: root/devel/patch
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-01-11 00:56:26 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-01-11 00:56:26 +0000
commit2175105ad7553b52c9591defca9a9e439542817c (patch)
tree09ffa9fbc4a281719778fafa98fdeb42149d0fd6 /devel/patch
parentf23b92d0dab2d968b51fd015b1791bd034e163f6 (diff)
downloadports-2175105ad7553b52c9591defca9a9e439542817c.tar.gz
ports-2175105ad7553b52c9591defca9a9e439542817c.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
Notes
Notes: svn path=/head/; revision=37083
Diffstat (limited to 'devel/patch')
-rw-r--r--devel/patch/Makefile3
-rw-r--r--devel/patch/pkg-comment2
-rw-r--r--devel/patch/pkg-descr8
-rw-r--r--devel/patch/pkg-plist2
4 files changed, 8 insertions, 7 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 5251cf860c70..5d47b01a147d 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= patch
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --program-prefix=g
-MAN1= patch.1
+MAN1= gpatch.1
.include <bsd.port.mk>
diff --git a/devel/patch/pkg-comment b/devel/patch/pkg-comment
index e804bd5d94bf..e1e1f747f3a8 100644
--- a/devel/patch/pkg-comment
+++ b/devel/patch/pkg-comment
@@ -1 +1 @@
-GNU Patch Utility
+GNU patch utility
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.
diff --git a/devel/patch/pkg-plist b/devel/patch/pkg-plist
index dc711015cfb7..80ac5b197b77 100644
--- a/devel/patch/pkg-plist
+++ b/devel/patch/pkg-plist
@@ -1 +1 @@
-bin/patch
+bin/gpatch