svn commit: r562963 - head/math/scilab
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jan 26 17:56:09 UTC 2021
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>
More information about the svn-ports-head
mailing list