Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 17:56:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562963 - head/math/scilab
Message-ID:  <202101261756.10QHu4cs055509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 26 17:56:04 2021
New Revision: 562963
URL: https://svnweb.freebsd.org/changeset/ports/562963

Log:
  Fix r561520
  
  /!\ scilab-6.1.0_4: Makefile errors /!\
  
  you cannot include bsd.port[.pre].mk twice
  
  Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary,
  set DISTNAME
  
  *** Error code 1
  
  Stop.
  make: stopped in /usr/ports/math/scilab
  
  Approved by:	portmgr (blanket)

Modified:
  head/math/scilab/Makefile

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Tue Jan 26 17:56:00 2021	(r562962)
+++ head/math/scilab/Makefile	Tue Jan 26 17:56:04 2021	(r562963)
@@ -174,4 +174,4 @@ post-install:
 	@# toolbox uninstaller otherwise if 3rd party toolboxes are used
 	@${FIND} ${STAGEDIR}${DATADIR}/modules -type d -empty -delete
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261756.10QHu4cs055509>