diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-09-24 09:57:04 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-09-24 09:57:04 +0000 |
commit | ed48d26c7d8cee9c7140279ed5fba5a9fb0b92d2 (patch) | |
tree | 017ae2a8cb22219616698033b38842ed80281444 | |
parent | 098aa615ae0dc5e66dd3339628fdf96afa1a9d00 (diff) | |
download | pkgsrc-ed48d26c7d8cee9c7140279ed5fba5a9fb0b92d2.tar.gz |
Support the 'memconf' script on SunOS.
-rw-r--r-- | net/p5-FusionInventory-Agent/Makefile | 5 | ||||
-rw-r--r-- | net/p5-FusionInventory-Agent/PLIST.SunOS | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/p5-FusionInventory-Agent/Makefile b/net/p5-FusionInventory-Agent/Makefile index fbb0a09f60c..29074ef8117 100644 --- a/net/p5-FusionInventory-Agent/Makefile +++ b/net/p5-FusionInventory-Agent/Makefile @@ -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" diff --git a/net/p5-FusionInventory-Agent/PLIST.SunOS b/net/p5-FusionInventory-Agent/PLIST.SunOS new file mode 100644 index 00000000000..47ebf5a2e26 --- /dev/null +++ b/net/p5-FusionInventory-Agent/PLIST.SunOS @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.SunOS,v 1.1 2013/09/24 09:57:04 jperkin Exp $ +bin/memconf |