Remove custom target

The default one will produce the same result.

Reported by:	mat
This commit is contained in:
Romain Tartière 2017-07-11 16:31:04 +00:00
parent 5b837e6db6
commit a82b8d3dbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445503

View file

@ -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 <bsd.port.mk>