diff options
author | mi <mi@FreeBSD.org> | 2015-01-16 02:16:00 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2015-01-16 02:16:00 +0800 |
commit | 5547a9f4dde53ee1478731d269ea8a842e8925c6 (patch) | |
tree | eb60942f8f61b1b571aeea4ad02ea510c01adba3 /textproc | |
parent | c99176d6275a3d42835e8b0b4dae6c15029a5bcd (diff) | |
download | freebsd-ports-gnome-5547a9f4dde53ee1478731d269ea8a842e8925c6.tar.gz freebsd-ports-gnome-5547a9f4dde53ee1478731d269ea8a842e8925c6.tar.zst freebsd-ports-gnome-5547a9f4dde53ee1478731d269ea8a842e8925c6.zip |
Use `-p0' instead of the plain `-p', which is not accepted by
patch(1) on the latest and greatest FreeBSD-version(s).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/wordnet/scripts/configure | 2 |
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 |