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:
mi
2015-01-15 18:16:00 +00:00
parent c99176d627
commit 5547a9f4dd
+1 -1
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