mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Switch to new test framework
- Switch to options helpers Approved by: portmgr blanket
This commit is contained in:
parent
7c2d640163
commit
06a6b0eb9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464148
1 changed files with 3 additions and 1 deletions
|
@ -27,12 +27,14 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/*.xml ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/hponcfg_reformat.xsl ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/locfg.pl ${STAGEDIR}${PREFIX}/bin/locfg
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/iLO_perl_xml.pdf ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/linux-LOsamplescripts3.00.0-2.txt \
|
||||
${STAGEDIR}${DOCSDIR}/linux-LOsamplescripts.txt
|
||||
|
||||
regression-test: build
|
||||
do-test:
|
||||
@${PERL} -c ${WRKSRC}/locfg.pl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue