From a82b8d3dbf8da5c186ecdedc6ac371bbef3d73bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 11 Jul 2017 16:31:04 +0000 Subject: [PATCH] Remove custom target The default one will produce the same result. Reported by: mat --- devel/lcov/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/devel/lcov/Makefile b/devel/lcov/Makefile index 119c706ce409..a748d0aeed11 100644 --- a/devel/lcov/Makefile +++ b/devel/lcov/Makefile @@ -22,7 +22,4 @@ SHEBANG_FILES= bin/lcov bin/gendesc bin/genhtml bin/genpng bin/geninfo \ post-patch: ${REINPLACE_CMD} -e 's:$$(PREFIX)/share/man:$$(PREFIX)/man:' ${WRKSRC}/Makefile -do-install: - cd ${WRKSRC} && DESTDIR=${STAGEDIR} ${MAKE_CMD} install - .include