View | Details | Raw Unified | Return to bug 191686
Collapse All | Expand All

(-)root-doc/Makefile (-9 / +11 lines)
Lines 7-32 Link Here
7
MASTER_SITES=	ftp://root.cern.ch/root/
7
MASTER_SITES=	ftp://root.cern.ch/root/
8
DISTNAME=	html${PORTVERSION:S/.//}
8
DISTNAME=	html${PORTVERSION:S/.//}
9
9
10
MAINTAINER= ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	HTML Documentation for Root framework
11
COMMENT=	HTML Documentation for Root framework
12
12
13
NO_BUILD=	yes
13
NO_BUILD=	yes
14
WRKSRC=		${WRKDIR}/htmldoc
14
WRKSRC=		${WRKDIR}/htmldoc
15
PLIST=		${WRKDIR}/pkg-plist
15
PLIST=		${WRKDIR}/pkg-plist
16
BROKEN=		no distinfo provided
17
16
18
.ifdef NOPORTDOCS
17
.ifdef NOPORTDOCS
19
IGNORE=		This package contains only documentation
18
IGNORE=		this package contains only documentation
20
.endif
19
.endif
21
20
22
NO_STAGE=	yes
23
pre-install:
21
pre-install:
24
	cd ${WRKSRC} && ${FIND} . \( -type f -or -type l \) -exec ${ECHO_CMD} "%%DOCSDIR%%/{}" \; > ${PLIST}
22
	cd ${WRKSRC} && ${FIND} . \( -type f -or -type l \) -exec ${ECHO_CMD} \
25
	cd ${WRKSRC} && ${FIND} -d . -mindepth 1 -type d -exec ${ECHO_CMD} "@dirrm %%DOCSDIR%%/{}" \; >> ${PLIST}
23
		"%%DOCSDIR%%/{}" \; > ${PLIST}.tmp
26
	${ECHO_CMD} "@dirrm %%DOCSDIR%%" >> ${PLIST}
24
	cd ${WRKSRC} && ${FIND} -d . -mindepth 1 -type d -exec ${ECHO_CMD} \
25
		"@dirrm %%DOCSDIR%%/{}" \; >> ${PLIST}.tmp
26
	${ECHO_CMD} "@dirrm %%DOCSDIR%%" >> ${PLIST}.tmp
27
	${SED} -e "s/\/\.\//\//" ${PLIST}.tmp > ${PLIST}
27
28
28
do-install:
29
do-install:
29
	${MKDIR} ${DOCSDIR}
30
	${MKDIR} ${STAGEDIR}${DOCSDIR}
30
	cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
31
	cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} \
32
		${STAGEDIR}${DOCSDIR}
31
33
32
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)root-doc/distinfo (-1 / +2 lines)
Line 1 Link Here
1
SHA256 (html502.tar.gz) = IGNORE
1
SHA256 (html502.tar.gz) = e92b1516d11a6d8f1255d23afb3ea2a5e7d0048f2c5ea40811cece6fba0cd18d
2
SIZE (html502.tar.gz) = 24575958
(-)root-doc/pkg-descr (-1 / +1 lines)
Lines 19-22 Link Here
19
 - Inline Documentation and PostScript Interface
19
 - Inline Documentation and PostScript Interface
20
 - PROOF Server (parallel computing)
20
 - PROOF Server (parallel computing)
21
21
22
WWW:  http://root.cern.ch/
22
WWW: http://root.cern.ch/

Return to bug 191686