svn commit: r418907 - head/ports-mgmt/synth

John Marino marino at FreeBSD.org
Fri Jul 22 02:15:39 UTC 2016


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:


More information about the svn-ports-head mailing list