1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Unsilence installation command

- Remove unneeded options.mk

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-16 09:02:53 +00:00
parent 976e0d0581
commit 5ae1311cb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461992

View File

@ -19,13 +19,12 @@ USE_PERL5= configure
NO_ARCH= true
PORTEXAMPLES= dups
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>