Date: Sat, 2 Feb 2019 09:46:26 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491932 - in head/math: cmlib xppaut Message-ID: <201902020946.x129kQ52094987@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Feb 2 09:46:25 2019 New Revision: 491932 URL: https://svnweb.freebsd.org/changeset/ports/491932 Log: math/*: Use NO_WRKSUBDIR Modified: head/math/cmlib/Makefile head/math/xppaut/Makefile Modified: head/math/cmlib/Makefile ============================================================================== --- head/math/cmlib/Makefile Sat Feb 2 09:45:32 2019 (r491931) +++ head/math/cmlib/Makefile Sat Feb 2 09:46:25 2019 (r491932) @@ -17,14 +17,15 @@ COMMENT= NIST Core math library (CMLIB) USES= fortran uidfix USE_LDCONFIG= yes -WRKSRC= ${WRKDIR} SHLIB_MAJOR= 1 LDFLAGS+= ${FFLAGS} LDADD ?= -lgfortran -lm SRCCONF= /dev/null -MAKE_ENV+= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \ +MAKE_ENV= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \ SRCCONF="${SRCCONF}" + +NO_WRKSUBDIR= yes OPTIONS_DEFINE= DOCS Modified: head/math/xppaut/Makefile ============================================================================== --- head/math/xppaut/Makefile Sat Feb 2 09:45:32 2019 (r491931) +++ head/math/xppaut/Makefile Sat Feb 2 09:46:25 2019 (r491932) @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_XORG= x11 xbitmaps xorgproto CFLAGS+= -w -Wno-return-type -WRKSRC= ${WRKDIR} ALL_TARGET= xppaut + +NO_WRKSUBDIR= yes OPTIONS_DEFINE= DOCS EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902020946.x129kQ52094987>