freebsd-ports/misc/nagios-base-logos/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

25 lines
602 B
Makefile

# Created by: Dmirty Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= nagios-base-logos
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= SF/nagios/OldFiles
DISTNAME= imagepak-base
MAINTAINER= demon@FreeBSD.org
COMMENT= Collection of basic OS and device logos for Nagios
NO_BUILD=yes
NAGIOSWWWDIR?= www/nagios
NAGIOS_LOGOS_DIR= ${PREFIX}/${NAGIOSWWWDIR}/images/logos
PLIST_SUB= NAGIOSWWWDIR=${NAGIOSWWWDIR}
do-install:
${MKDIR} ${STAGEDIR}${NAGIOS_LOGOS_DIR}
cd ${WRKDIR}/base && ${FIND} . | ${CPIO} -pdm \
-R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${NAGIOS_LOGOS_DIR}
.include <bsd.port.mk>