diff --git a/net-mgmt/nagios-check_puppet/Makefile b/net-mgmt/nagios-check_puppet/Makefile index ad66505acfa5..bb45d0b80eee 100644 --- a/net-mgmt/nagios-check_puppet/Makefile +++ b/net-mgmt/nagios-check_puppet/Makefile @@ -1,5 +1,6 @@ PORTNAME= check_puppet PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ PKGNAMEPREFIX= nagios- @@ -12,10 +13,10 @@ NO_BUILD= yes SUB_FILES= pkg-message -PLIST_FILES= bin/check_puppet man/man1/check_puppet.1.gz +PLIST_FILES= bin/check_puppet share/man/man1/check_puppet.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/check_puppet ${STAGEDIR}${PREFIX}/bin/check_puppet - ${INSTALL_MAN} ${WRKSRC}/check_puppet.1 ${STAGEDIR}${MANPREFIX}/man/man1/check_puppet.1 + ${INSTALL_MAN} ${WRKSRC}/check_puppet.1 ${STAGEDIR}${PREFIX}/share/man/man1/check_puppet.1 .include