svn commit: r445503 - head/devel/lcov

Romain Tartière romain at FreeBSD.org
Tue Jul 11 16:31:05 UTC 2017


Author: romain
Date: Tue Jul 11 16:31:04 2017
New Revision: 445503
URL: https://svnweb.freebsd.org/changeset/ports/445503

Log:
  Remove custom target
  
  The default one will produce the same result.
  
  Reported by:	mat

Modified:
  head/devel/lcov/Makefile

Modified: head/devel/lcov/Makefile
==============================================================================
--- head/devel/lcov/Makefile	Tue Jul 11 16:24:00 2017	(r445502)
+++ head/devel/lcov/Makefile	Tue Jul 11 16:31:04 2017	(r445503)
@@ -22,7 +22,4 @@ SHEBANG_FILES=	bin/lcov bin/gendesc bin/genhtml bin/ge
 post-patch:
 	${REINPLACE_CMD} -e 's:$$(PREFIX)/share/man:$$(PREFIX)/man:' ${WRKSRC}/Makefile
 
-do-install:
-	cd ${WRKSRC} && DESTDIR=${STAGEDIR} ${MAKE_CMD} install
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list