Index: head/sysutils/bacula-docs/Makefile =================================================================== --- head/sysutils/bacula-docs/Makefile (revision 393779) +++ head/sysutils/bacula-docs/Makefile (revision 393780) @@ -1,34 +1,26 @@ # Created by: Dan Langille # $FreeBSD$ PORTNAME= bacula PORTVERSION= 7.0.3 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMESUFFIX= -docs DISTFILES= ${PORTNAME}-docs-${PORTVERSION}.tar.bz2 MAINTAINER= dvl@FreeBSD.org COMMENT= Bacula document set NO_BUILD= yes UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= *.pdf -OPTIONS_DEFINE= DOCS - -.include - -.if empty(PORT_OPTIONS:MDOCS) -IGNORE= consists of only documentation, please enable DOCS and try again -.endif - do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${FIND} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/manuals/en \ -name "*.pdf" -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/ \; .include Index: head/sysutils/bacula5-docs/Makefile =================================================================== --- head/sysutils/bacula5-docs/Makefile (revision 393779) +++ head/sysutils/bacula5-docs/Makefile (revision 393780) @@ -1,35 +1,27 @@ # Created by: Dan Langille # $FreeBSD$ PORTNAME= bacula PORTVERSION= 5.2.12 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMESUFFIX= 5-docs DISTFILES= ${PORTNAME}-docs-${PORTVERSION}.tar.bz2 CONFLICTS= bacula-* MAINTAINER= dan@langille.org COMMENT= Bacula document set NO_BUILD= yes UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= *.pdf -OPTIONS_DEFINE= DOCS - -.include - -.if empty(PORT_OPTIONS:MDOCS) -IGNORE= consists of only documentation, please enable DOCS and try again -.endif - do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${FIND} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/manuals/en \ -name "*.pdf" -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/ \; .include Index: head/sysutils/bareos-docs/Makefile =================================================================== --- head/sysutils/bareos-docs/Makefile (revision 393779) +++ head/sysutils/bareos-docs/Makefile (revision 393780) @@ -1,36 +1,28 @@ # Created by: Alonso CArdenas # $FreeBSD$ PORTNAME= bareos PORTVERSION= 15.2 CATEGORIES= sysutils MASTER_SITES= http://doc.bareos.org/master/ PKGNAMESUFFIX= -docs DISTFILES= ${PORTNAME}-manual-main-reference.pdf MAINTAINER= acm@FreeBSD.org COMMENT= Bareos document set (PDF) NO_BUILD= yes UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= *.pdf -OPTIONS_DEFINE= DOCS - -.include - -.if empty(PORT_OPTIONS:MDOCS) -IGNORE= consists of only documentation, please enable DOCS and try again -.endif - do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${PORTNAME}-manual-main-reference.pdf ${WRKSRC} do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-manual-main-reference.pdf ${STAGEDIR}${DOCSDIR} .include