From 5547a9f4dde53ee1478731d269ea8a842e8925c6 Mon Sep 17 00:00:00 2001 From: mi Date: Thu, 15 Jan 2015 18:16:00 +0000 Subject: [PATCH] Use `-p0' instead of the plain `-p', which is not accepted by patch(1) on the latest and greatest FreeBSD-version(s). --- textproc/wordnet/scripts/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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