svn commit: r489704 - in head/math: reduce reduce-psl

Tobias Kortkamp tobik at FreeBSD.org
Tue Jan 8 15:22:53 UTC 2019


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


More information about the svn-ports-all mailing list