Date: Tue, 8 Jan 2019 15:22:52 +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: r489704 - in head/math: reduce reduce-psl Message-ID: <201901081522.x08FMqhi046826@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue Jan 8 15:22:52 2019 New Revision: 489704 URL: https://svnweb.freebsd.org/changeset/ports/489704 Log: math/reduce{,-psl}: Drop unused variables WRKSRC is set to the default value, CONFIGURE_ARGS is overwritten later and is not needed. PR: 234736 Approved by: pfg (maintainer) Modified: head/math/reduce-psl/Makefile head/math/reduce/Makefile Modified: head/math/reduce-psl/Makefile ============================================================================== --- head/math/reduce-psl/Makefile Tue Jan 8 15:21:59 2019 (r489703) +++ head/math/reduce-psl/Makefile Tue Jan 8 15:22:52 2019 (r489704) @@ -20,8 +20,6 @@ USES= autoreconf:build libtool gmake ncurses SFSUBDIR= snapshot_2018-11-23 TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} -CONFIGURE_ARGS= --build=${TARGET_SDIR} -WRKSRC= ${WRKDIR}/${DISTNAME} CPPFLAGS+= -I${NCURSESINC} # Avoid GNU_CONFIGURE as it breaks staging Modified: head/math/reduce/Makefile ============================================================================== --- head/math/reduce/Makefile Tue Jan 8 15:21:59 2019 (r489703) +++ head/math/reduce/Makefile Tue Jan 8 15:22:52 2019 (r489704) @@ -28,8 +28,6 @@ SFSUBDIR= snapshot_2018-01-17 USES= autoreconf:build libtool gmake ncurses TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} -CONFIGURE_ARGS= --build=${TARGET_SDIR} -WRKSRC= ${WRKDIR}/${DISTNAME} CPPFLAGS+= -I${NCURSESINC} # Avoid GNU_CONFIGURE as it breaks staging
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901081522.x08FMqhi046826>