Support the 'memconf' script on SunOS.
This commit is contained in:
parent
34d02b80b3
commit
423b8944bc
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2013/05/31 12:41:36 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2013/09/24 09:57:04 jperkin Exp $
|
||||
#
|
||||
|
||||
DISTNAME= FusionInventory-Agent-2.2.7
|
||||
|
@ -18,7 +18,6 @@ CONF_FILES+= ${EGDIR}/agent.cfg ${PKG_SYSCONFDIR}/agent.cfg
|
|||
|
||||
BUILD_DEFS+= VARBASE
|
||||
|
||||
|
||||
OWN_DIRS+= ${VARBASE}/fusioninventory
|
||||
|
||||
DEPENDS+= p5-HTTP-Server-Simple-Authen-[0-9]*:../../www/p5-HTTP-Server-Simple-Authen
|
||||
|
@ -40,5 +39,7 @@ PERL5_MODULE_TYPE= Module::Install::Bundled
|
|||
MAKE_PARAMS+= PREFIX=${PREFIX} LOCALSTATEDIR=${VARBASE}/fusioninventory
|
||||
MAKE_PARAMS+= SYSCONFDIR=${PKG_SYSCONFDIR}
|
||||
|
||||
REPLACE_PERL+= memconf
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
2
net/p5-FusionInventory-Agent/PLIST.SunOS
Normal file
2
net/p5-FusionInventory-Agent/PLIST.SunOS
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST.SunOS,v 1.1 2013/09/24 09:57:04 jperkin Exp $
|
||||
bin/memconf
|
Loading…
Reference in a new issue