summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2015-01-15 18:16:00 +0000
committerMikhail Teterin <mi@FreeBSD.org>2015-01-15 18:16:00 +0000
commit156272e1c70f063072505026e38ef05476dd6d24 (patch)
treeeb60942f8f61b1b571aeea4ad02ea510c01adba3
parent- Update to 1.0.67 (diff)
Use `-p0' instead of the plain `-p', which is not accepted by
patch(1) on the latest and greatest FreeBSD-version(s).
Notes
Notes: svn path=/head/; revision=377136
-rw-r--r--textproc/wordnet/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/wordnet/scripts/configure b/textproc/wordnet/scripts/configure
index adeb59e711c2..027ae612d290 100644
--- a/textproc/wordnet/scripts/configure
+++ b/textproc/wordnet/scripts/configure
@@ -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