svn commit: r343897 - head/net-mgmt/ocsinventory-agent

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 10:46:39 UTC 2014


Author: miwi
Date: Wed Feb 12 10:46:38 2014
New Revision: 343897
URL: http://svnweb.freebsd.org/changeset/ports/343897
QAT: https://qat.redports.org/buildarchive/r343897/

Log:
  - Stage support

Modified:
  head/net-mgmt/ocsinventory-agent/Makefile
  head/net-mgmt/ocsinventory-agent/pkg-plist

Modified: head/net-mgmt/ocsinventory-agent/Makefile
==============================================================================
--- head/net-mgmt/ocsinventory-agent/Makefile	Wed Feb 12 10:46:24 2014	(r343896)
+++ head/net-mgmt/ocsinventory-agent/Makefile	Wed Feb 12 10:46:38 2014	(r343897)
@@ -23,14 +23,7 @@ BUILD_DEPENDS=	dmidecode:${PORTSDIR}/sys
 USES=		perl5
 USE_PERL5=	configure
 WRKSRC=		${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
-MAN1=		ocsinventory-agent.1
-MAN3=		Ocsinventory::Agent::XML::Inventory.3 \
-		Ocsinventory::Agent::Common.3
 SUB_FILES=	pkg-message
 SUB_LIST=	SITE_PERL=${SITE_PERL}
 
-NO_STAGE=	yes
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/net-mgmt/ocsinventory-agent/pkg-plist
==============================================================================
--- head/net-mgmt/ocsinventory-agent/pkg-plist	Wed Feb 12 10:46:24 2014	(r343896)
+++ head/net-mgmt/ocsinventory-agent/pkg-plist	Wed Feb 12 10:46:38 2014	(r343897)
@@ -196,6 +196,9 @@ bin/ocsinventory-agent
 %%SITE_PERL%%/Ocsinventory/LoggerBackend/Syslog.pm
 %%SITE_PERL%%/Ocsinventory/Unix/postinst.pl
 %%SITE_PERL%%/mach/auto/Ocsinventory/Unix/Agent/.packlist
+%%PERL5_MAN3%%/Ocsinventory::Agent::Common.3.gz
+%%PERL5_MAN3%%/Ocsinventory::Agent::XML::Inventory.3.gz
+man/man1/ocsinventory-agent.1.gz
 @dirrm %%SITE_PERL%%/mach/auto/Ocsinventory/Unix/Agent
 @dirrm %%SITE_PERL%%/mach/auto/Ocsinventory/Unix
 @dirrm %%SITE_PERL%%/mach/auto/Ocsinventory


More information about the svn-ports-all mailing list