aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2010-09-08 09:10:03 +0800
committeraraujo <araujo@FreeBSD.org>2010-09-08 09:10:03 +0800
commit76315aa4292ce7aaebcb7d112e82c9882ed054e4 (patch)
treeaaed31e2c9cfb261f3cab8e6f52321cf2cbe0b1e /net-mgmt
parente10660ed6cb489ee9701c3ee23c0a127955b1d77 (diff)
downloadfreebsd-ports-graphics-76315aa4292ce7aaebcb7d112e82c9882ed054e4.tar.gz
freebsd-ports-graphics-76315aa4292ce7aaebcb7d112e82c9882ed054e4.tar.zst
freebsd-ports-graphics-76315aa4292ce7aaebcb7d112e82c9882ed054e4.zip
- Add missing directories to fix the installation issue.
- BUMP PORTREVISION. Reported by: James Chang <james.technew@gmail.com> (private email)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ocsinventory-ng/Makefile3
-rw-r--r--net-mgmt/ocsinventory-ng/pkg-plist17
2 files changed, 19 insertions, 1 deletions
diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile
index 4e77506c911..4d8e2ee1607 100644
--- a/net-mgmt/ocsinventory-ng/Makefile
+++ b/net-mgmt/ocsinventory-ng/Makefile
@@ -6,6 +6,7 @@
PORTNAME= ocsinventory-ng
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://launchpad.net/ocsinventory-server/stable-${PORTVERSION:R}/${PORTVERSION}/+download/
DISTNAME= OCSNG_UNIX_SERVER-${PORTVERSION}
@@ -33,7 +34,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
do-install:
@${MKDIR} ${DATADIR}
- @(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "Apache dtd ocsreports" ${DATADIR}/)
+ @(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "Apache binutils dtd etc ocsreports" ${DATADIR}/)
@${INSTALL_SCRIPT} ${WRKSRC}/setup.sh ${DATADIR}/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
diff --git a/net-mgmt/ocsinventory-ng/pkg-plist b/net-mgmt/ocsinventory-ng/pkg-plist
index 02f991e9151..66a2fb36afe 100644
--- a/net-mgmt/ocsinventory-ng/pkg-plist
+++ b/net-mgmt/ocsinventory-ng/pkg-plist
@@ -42,6 +42,16 @@
%%DATADIR%%/Apache/Ocsinventory/Server/Modperl2.pm
%%DATADIR%%/Apache/Ocsinventory/Server/System.pm
%%DATADIR%%/Apache/Ocsinventory/Server/System/Config.pm
+%%DATADIR%%/binutils/soap-client.pl
+%%DATADIR%%/binutils/soap-client.README
+%%DATADIR%%/binutils/ipdiscover-util.pl
+%%DATADIR%%/binutils/ipdiscover-util.README
+%%DATADIR%%/binutils/ocsinventory-injector.pl
+%%DATADIR%%/binutils/ocsinventory-injector.README
+%%DATADIR%%/binutils/ocsinventory-log.pl
+%%DATADIR%%/binutils/ocsinventory-log.README
+%%DATADIR%%/binutils/ocs-errors
+%%DATADIR%%/binutils/create-release-tarball.sh
%%DATADIR%%/dtd/Interface/get_computers_V1-request.dtd
%%DATADIR%%/dtd/file_request.dtd
%%DATADIR%%/dtd/inventory_reply.dtd
@@ -50,6 +60,9 @@
%%DATADIR%%/dtd/prolog_request.dtd
%%DATADIR%%/dtd/update_reply.dtd
%%DATADIR%%/dtd/update_request.dtd
+%%DATADIR%%/etc/ocsinventory/ocsinventory-reports.conf
+%%DATADIR%%/etc/ocsinventory/ocsinventory-server.conf
+%%DATADIR%%/etc/logrotate.d/ocsinventory-server
%%DATADIR%%/ocsreports/admin_attrib.php
%%DATADIR%%/ocsreports/admin_language.php
%%DATADIR%%/ocsreports/ajout_maj.php
@@ -303,6 +316,10 @@
@dirrm %%DATADIR%%/ocsreports/files
@dirrm %%DATADIR%%/ocsreports/css
@dirrm %%DATADIR%%/ocsreports
+@dirrm %%DATADIR%%/binutils
+@dirrm %%DATADIR%%/etc/ocsinventory
+@dirrm %%DATADIR%%/etc/logrotate.d
+@dirrm %%DATADIR%%/etc
@dirrm %%DATADIR%%/dtd/Interface
@dirrm %%DATADIR%%/dtd
@dirrm %%DATADIR%%/Apache/Ocsinventory/Server/System