1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

PR:		190141
This commit is contained in:
Martin Wilke 2014-06-06 13:07:46 +00:00
parent b43fa012f4
commit bbf6130f5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356782
2 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ COMMENT= H-Inventory Client for FreeBSD
NO_BUILD= yes NO_BUILD= yes
WRKSRC= ${WRKDIR}/hinventoryFreeBSD WRKSRC= ${WRKDIR}/hinventoryFreeBSD
NO_STAGE= yes
do-install: do-install:
${INSTALL_SCRIPT} ${WRKSRC}/hinventory_FreeBSD.sh \ @${INSTALL_SCRIPT} ${WRKSRC}/hinventory_FreeBSD.sh \
${PREFIX}/bin/hinventory_FreeBSD.sh ${STAGEDIR}${PREFIX}/bin/hinventory_FreeBSD.sh
${INSTALL_DATA} ${WRKSRC}/hinventory.conf ${PREFIX}/etc/hinventory.conf @${INSTALL_DATA} ${WRKSRC}/hinventory.conf ${STAGEDIR}${PREFIX}/etc/hinventory.conf.sample
@${MKDIR} ${STAGEDIR}/var/spool/hinventory
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
bin/hinventory_FreeBSD.sh bin/hinventory_FreeBSD.sh
etc/hinventory.conf @sample etc/hinventory.conf.sample
@cwd / @cwd /
@exec mkdir -p %D/var/spool/hinventory @exec mkdir -p %D/var/spool/hinventory
@dirrmtry var/spool/hinventory @dirrmtry var/spool/hinventory