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:
parent
b43fa012f4
commit
bbf6130f5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356782
@ -13,10 +13,10 @@ COMMENT= H-Inventory Client for FreeBSD
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/hinventoryFreeBSD
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/hinventory_FreeBSD.sh \
|
||||
${PREFIX}/bin/hinventory_FreeBSD.sh
|
||||
${INSTALL_DATA} ${WRKSRC}/hinventory.conf ${PREFIX}/etc/hinventory.conf
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/hinventory_FreeBSD.sh \
|
||||
${STAGEDIR}${PREFIX}/bin/hinventory_FreeBSD.sh
|
||||
@${INSTALL_DATA} ${WRKSRC}/hinventory.conf ${STAGEDIR}${PREFIX}/etc/hinventory.conf.sample
|
||||
@${MKDIR} ${STAGEDIR}/var/spool/hinventory
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/hinventory_FreeBSD.sh
|
||||
etc/hinventory.conf
|
||||
@sample etc/hinventory.conf.sample
|
||||
@cwd /
|
||||
@exec mkdir -p %D/var/spool/hinventory
|
||||
@dirrmtry var/spool/hinventory
|
||||
|
Loading…
Reference in New Issue
Block a user