mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- add stage support
with hat apache@
This commit is contained in:
parent
7285b08e9f
commit
fea36bd2b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355952
1 changed files with 3 additions and 4 deletions
|
@ -12,7 +12,7 @@ COMMENT= Nagios plugin to check status of Varnish
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish
|
BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
@ -21,9 +21,8 @@ USES= pkgconfig
|
||||||
PLIST_DIRSTRY= libexec/nagios
|
PLIST_DIRSTRY= libexec/nagios
|
||||||
PLIST_FILES= libexec/nagios/check_varnish
|
PLIST_FILES= libexec/nagios/check_varnish
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${PREFIX}/libexec/nagios
|
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/check_varnish ${PREFIX}/libexec/nagios
|
${INSTALL_SCRIPT} ${WRKSRC}/check_varnish ${STAGEDIR}${PREFIX}/libexec/nagios
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue