mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Use -p0' instead of the plain
-p', which is not accepted by
patch(1) on the latest and greatest FreeBSD-version(s).
This commit is contained in:
parent
1b158d0428
commit
156272e1c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377136
2
textproc/wordnet/scripts/configure
vendored
2
textproc/wordnet/scripts/configure
vendored
@ -21,7 +21,7 @@ for mf in ${FILESDIR}/*Makefile ; do \
|
||||
ln -s $mf ${dir}Makefile
|
||||
done
|
||||
|
||||
patch -d ${WRKSRC}/src -p << EOPATCH
|
||||
patch -d ${WRKSRC}/src -p0 << EOPATCH
|
||||
Configuring the wnb script to call the right wish-binary directly
|
||||
--- wnb Sun Feb 22 12:49:56 1998
|
||||
+++ wnb Sat Feb 26 17:41:06 2000
|
||||
|
Loading…
Reference in New Issue
Block a user