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

(-)Makefile (-1 / +6 lines)
Lines 25-32 Link Here
25
25
26
MAN8=		biosdecode.8 dmidecode.8 ownership.8 vpddecode.8
26
MAN8=		biosdecode.8 dmidecode.8 ownership.8 vpddecode.8
27
27
28
.if !defined(NOPORTDOCS)
28
post-patch:
29
.if defined(NOPORTDOCS)
30
	@${REINPLACE_CMD} -e '/^install.*:/s,install-doc,,' ${WRKSRC}/Makefile
31
.endif
32
29
post-install:
33
post-install:
34
.if !defined(NOPORTDOCS)
30
	${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
35
	${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
31
.for f in ${PORTDOCS}
36
.for f in ${PORTDOCS}
32
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
37
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/

Return to bug 109179