freebsd-ports/sysutils/bacula-docs/Makefile
Dan Langille f2d06f6e85 Upgrade to 7.2.0
Approved by:	    mat (mentor)
2015-10-09 19:09:27 +00:00

24 lines
496 B
Makefile

# Created by: Dan Langille <dan@langille.org>
# $FreeBSD$
PORTNAME= bacula
PORTVERSION= 7.2.0
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMESUFFIX= -docs
DISTFILES= ${PORTNAME}-docs-${PORTVERSION}.tar.bz2
MAINTAINER= dvl@FreeBSD.org
COMMENT= Bacula document set
NO_BUILD= yes
PORTDOCS= *.pdf
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${FIND} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/manuals/en \
-name "*.pdf" -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/ \;
.include <bsd.port.mk>