svn commit: r491932 - in head/math: cmlib xppaut
Tobias Kortkamp
tobik at FreeBSD.org
Sat Feb 2 09:46:27 UTC 2019
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
More information about the svn-ports-head
mailing list