freebsd-ports/devel/lcov/Makefile
Romain Tartière a82b8d3dbf Remove custom target
The default one will produce the same result.

Reported by:	mat
2017-07-11 16:31:04 +00:00

26 lines
569 B
Makefile

# Created by: Romain Tartiere <romain@FreeBSD.org>
# $FreeBSD$
PORTNAME= lcov
PORTVERSION= 1.13
CATEGORIES= devel
MASTER_SITES= SF/ltp/Coverage%20Analysis/LCOV-${PORTVERSION}
MAINTAINER= romain@FreeBSD.org
COMMENT= Linux Test Project GCOV extension
LICENSE= GPLv2
RUN_DEPENDS= bash:shells/bash
NO_BUILD= yes
USES= gmake perl5 shebangfix
USE_PERL5= run
SHEBANG_FILES= bin/lcov bin/gendesc bin/genhtml bin/genpng bin/geninfo \
bin/*.pl bin/*.sh
post-patch:
${REINPLACE_CMD} -e 's:$$(PREFIX)/share/man:$$(PREFIX)/man:' ${WRKSRC}/Makefile
.include <bsd.port.mk>