Date: Fri, 22 Jul 2016 02:15:38 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418907 - head/ports-mgmt/synth Message-ID: <201607220215.u6M2Fc7u055532@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Jul 22 02:15:38 2016 New Revision: 418907 URL: https://svnweb.freebsd.org/changeset/ports/418907 Log: ports-mgmt/synth: Remove ineffective sed command from port makefile At one point during development of last changeset, the default.gpr file needed to have a LOCALBASE correction, but that's no longer true. This line shouldn't have made it into the previous commit. Modified: head/ports-mgmt/synth/Makefile Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Fri Jul 22 01:40:03 2016 (r418906) +++ head/ports-mgmt/synth/Makefile Fri Jul 22 02:15:38 2016 (r418907) @@ -25,7 +25,6 @@ MAKE_ENV= NCURSES_LINK=static post-extract: @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \ - ${WRKSRC}/default.gpr \ ${WRKSRC}/src/definitions.ads do-build:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607220215.u6M2Fc7u055532>