1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +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:
Mikhail Teterin 2015-01-15 18:16:00 +00:00
parent 1b158d0428
commit 156272e1c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377136

View File

@ -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