svn commit: r446859 - head/math/calc/files

Adam Weinberger adamw at FreeBSD.org
Fri Jul 28 22:34:47 UTC 2017


Author: adamw
Date: Fri Jul 28 22:34:45 2017
New Revision: 446859
URL: https://svnweb.freebsd.org/changeset/ports/446859

Log:
  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.

Modified:
  head/math/calc/files/patch-Makefile

Modified: head/math/calc/files/patch-Makefile
==============================================================================
--- head/math/calc/files/patch-Makefile	Fri Jul 28 22:30:39 2017	(r446858)
+++ head/math/calc/files/patch-Makefile	Fri Jul 28 22:34:45 2017	(r446859)
@@ -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} \


More information about the svn-ports-all mailing list