aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ocsinventory-ng
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2010-09-08 01:10:03 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2010-09-08 01:10:03 +0000
commitda8692add6490cb94d964943bef5a0a91b9567b2 (patch)
treeb2ea01466d839b1f5dd8962a19440eb1ff8a0d09 /net-mgmt/ocsinventory-ng
parent4622465aeb5f00357d93529d1992f5bbd9371fbf (diff)
downloadports-da8692add6490cb94d964943bef5a0a91b9567b2.tar.gz
ports-da8692add6490cb94d964943bef5a0a91b9567b2.zip
- Add missing directories to fix the installation issue.
- BUMP PORTREVISION. Reported by: James Chang <james.technew@gmail.com> (private email)
Notes
Notes: svn path=/head/; revision=260733
Diffstat (limited to 'net-mgmt/ocsinventory-ng')
-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 4e77506c911a..4d8e2ee16073 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 02f991e91518..66a2fb36afe3 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