diff options
author | adamw <adamw@FreeBSD.org> | 2017-07-29 06:34:45 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-07-29 06:34:45 +0800 |
commit | b65ccc8e1f0ac0dfca42a8ed80f2782fb728beb7 (patch) | |
tree | 0ce4599d41d9287ceb2c40ddcd4220c6f137dead /math | |
parent | 987aa39fa0f26904fecfb84bb08ec13e4e23090e (diff) | |
download | freebsd-ports-gnome-b65ccc8e1f0ac0dfca42a8ed80f2782fb728beb7.tar.gz freebsd-ports-gnome-b65ccc8e1f0ac0dfca42a8ed80f2782fb728beb7.tar.zst freebsd-ports-gnome-b65ccc8e1f0ac0dfca42a8ed80f2782fb728beb7.zip |
Fix build failure since r446818.
gmake[2]: HELPDIR=/usr/local/share/calc/help: No such file or directory
gmake[2]: *** No rule to make target 'HELPDIR=/usr/local/share/calc/help'. Stop.
Diffstat (limited to 'math')
-rw-r--r-- | math/calc/files/patch-Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/math/calc/files/patch-Makefile b/math/calc/files/patch-Makefile index 67e436b0f1cf..b01ca289000d 100644 --- a/math/calc/files/patch-Makefile +++ b/math/calc/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2017-06-02 23:50:17.000000000 +0200 -+++ Makefile 2017-07-05 21:12:24.953147000 +0200 +--- Makefile.orig 2017-06-02 21:50:17 UTC ++++ Makefile @@ -571,7 +571,7 @@ HAVE_UNUSED= #INCDIR= /usr/local/include @@ -192,6 +192,15 @@ RMDIR=${RMDIR} \ SCRIPTDIR="${SCRIPTDIR}" \ SED=${SED} \ +@@ -1955,7 +1959,7 @@ CAL_PASSDOWN= \ + CHMOD=${CHMOD} \ + CMP=${CMP} \ + CO=${CO} \ +- CP=${CP} \ ++ CP="${CP}" \ + HELPDIR="${HELPDIR}" \ + INCDIR="${INCDIR}" \ + LANG=${LANG} \ @@ -1964,7 +1968,7 @@ CAL_PASSDOWN= \ MKDIR=${MKDIR} \ MV=${MV} \ |