mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
STAGE support.
Approved by: wg (mentor)
This commit is contained in:
parent
754134c7e5
commit
bfa1f2b129
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359855
@ -12,19 +12,12 @@ COMMENT= Nagios plugin for checking Puppet daemon availability
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= check_puppet.1
|
||||
MANS= ${MAN1}
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PLIST_FILES= bin/check_puppet
|
||||
PLIST_FILES= bin/check_puppet man/man1/check_puppet.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/check_puppet ${PREFIX}/bin/check_puppet
|
||||
.for man in ${MANS}
|
||||
${INSTALL_MAN} ${WRKSRC}/${man} ${MAN${man:E}PREFIX}/man/man${man:E}
|
||||
.endfor
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/check_puppet ${STAGEDIR}${PREFIX}/bin/check_puppet
|
||||
${INSTALL_MAN} ${WRKSRC}/check_puppet.1 ${STAGEDIR}${MANPREFIX}/man/man1/check_puppet.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user