Index: head/net-mgmt/nrpe/Makefile =================================================================== --- head/net-mgmt/nrpe/Makefile (revision 222618) +++ head/net-mgmt/nrpe/Makefile (revision 222619) @@ -1,40 +1,38 @@ # New ports collection makefile for: nrpe # Date created: 1 Aug 2002 # Whom: Paul Dlug # # $FreeBSD$ # PORTNAME= nrpe PORTVERSION= 1.9 PORTREVISION= 5 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nagios MAINTAINER= ports@FreeBSD.org COMMENT= Nagios Remote Plugin Executor RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins GNU_CONFIGURE= yes USE_PERL5= yes -USE_RC_SUBR= yes -SUB_FILES= nrpe pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message +USE_RC_SUBR= nrpe +SUB_FILES= pkg-message CONFIGURE_ARGS= \ --libexecdir=${PREFIX}/libexec/nagios --sysconfdir=${PREFIX}/etc \ --sbindir=${PREFIX}/sbin --bindir=${PREFIX}/sbin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe ${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe \ ${PREFIX}/libexec/nagios/check_nrpe ${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample - ${INSTALL_SCRIPT} ${WRKDIR}/nrpe ${PREFIX}/etc/rc.d post-install: ${CAT} ${PKGMESSAGE} .include Property changes on: head/net-mgmt/nrpe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/net-mgmt/nrpe/pkg-plist =================================================================== --- head/net-mgmt/nrpe/pkg-plist (revision 222618) +++ head/net-mgmt/nrpe/pkg-plist (revision 222619) @@ -1,4 +1,3 @@ sbin/nrpe etc/nrpe.cfg-sample libexec/nagios/check_nrpe -etc/rc.d/nrpe Property changes on: head/net-mgmt/nrpe/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property