svn commit: r310062 - head/devel/gccmakedep

Kevin Lo kevlo at FreeBSD.org
Tue Jan 8 03:12:24 UTC 2013


Author: kevlo
Date: Tue Jan  8 03:12:23 2013
New Revision: 310062
URL: http://svnweb.freebsd.org/changeset/ports/310062

Log:
  Fix runtime error.
  
  Spotted by:	Jan Beich <jbeich at tormail dot org>

Modified:
  head/devel/gccmakedep/Makefile

Modified: head/devel/gccmakedep/Makefile
==============================================================================
--- head/devel/gccmakedep/Makefile	Tue Jan  8 01:55:58 2013	(r310061)
+++ head/devel/gccmakedep/Makefile	Tue Jan  8 03:12:23 2013	(r310062)
@@ -20,6 +20,12 @@ PLIST_FILES=	bin/gccmakedep
 BUILD_DEPENDS+=	ucpp:${PORTSDIR}/devel/ucpp
 RUN_DEPENDS+=	ucpp:${PORTSDIR}/devel/ucpp
 CONFIGURE_ENV+=	ac_cv_path_RAWCPP="ucpp -s"
+
+post-build:
+	${REINPLACE_CMD} -e 's|^CC= *|CC=|' \
+		-e 's|^RM= *|RM=|' \
+		-e 's|^LN= *|LN=|' \
+		-e 's|^MV= *|MV=|' ${WRKSRC}/gccmakedep
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list