diff options
author | gabor <gabor@FreeBSD.org> | 2013-01-29 17:03:18 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2013-01-29 17:03:18 +0000 |
commit | d992e3eb2a38c97190fad5ec2287b67889a8c5b8 (patch) | |
tree | 0df6b0ca34fd3e520676781453dbeff50f662be6 /tools | |
parent | dae46a44714fe7cf4281ec2c4b47c3605d458081 (diff) | |
download | FreeBSD-src-d992e3eb2a38c97190fad5ec2287b67889a8c5b8.zip FreeBSD-src-d992e3eb2a38c97190fad5ec2287b67889a8c5b8.tar.gz |
- Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from
DragonflyBSD and install it as bsdpatch. WITH_BSD_PATCH makes it
default and installs GNU patch as gnupatch.
Submitted by: pfg
Obtained from: The DragonflyBSD Project
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITH_BSD_PATCH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/options/WITH_BSD_PATCH b/tools/build/options/WITH_BSD_PATCH new file mode 100644 index 0000000..8430d2a --- /dev/null +++ b/tools/build/options/WITH_BSD_PATCH @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Install BSD-licensed patch as 'patch' instead of GNU patch. |