svn commit: r359855 - head/net-mgmt/nagios-check_puppet

Alexey Degtyarev alexey at FreeBSD.org
Mon Jun 30 14:51:44 UTC 2014


Author: alexey
Date: Mon Jun 30 14:51:43 2014
New Revision: 359855
URL: http://svnweb.freebsd.org/changeset/ports/359855
QAT: https://qat.redports.org/buildarchive/r359855/

Log:
  STAGE support.
  
  Approved by:	wg (mentor)

Modified:
  head/net-mgmt/nagios-check_puppet/Makefile

Modified: head/net-mgmt/nagios-check_puppet/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_puppet/Makefile	Mon Jun 30 14:47:33 2014	(r359854)
+++ head/net-mgmt/nagios-check_puppet/Makefile	Mon Jun 30 14:51:43 2014	(r359855)
@@ -12,19 +12,12 @@ COMMENT=	Nagios plugin for checking Pupp
 
 NO_BUILD=	yes
 
-MAN1=		check_puppet.1
-MANS=		${MAN1}
-
 SUB_FILES=	pkg-message
 
-PLIST_FILES=	bin/check_puppet
+PLIST_FILES=	bin/check_puppet man/man1/check_puppet.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/check_puppet ${PREFIX}/bin/check_puppet
-.for man in ${MANS}
-	${INSTALL_MAN} ${WRKSRC}/${man} ${MAN${man:E}PREFIX}/man/man${man:E}
-.endfor
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_SCRIPT} ${WRKSRC}/check_puppet ${STAGEDIR}${PREFIX}/bin/check_puppet
+	${INSTALL_MAN} ${WRKSRC}/check_puppet.1 ${STAGEDIR}${MANPREFIX}/man/man1/check_puppet.1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list