|
Lines 38-44
Link Here
|
| 38 |
|
38 |
|
| 39 |
PORTDOCS= * |
39 |
PORTDOCS= * |
| 40 |
|
40 |
|
| 41 |
NO_STAGE= yes |
|
|
| 42 |
.include <bsd.port.options.mk> |
41 |
.include <bsd.port.options.mk> |
| 43 |
|
42 |
|
| 44 |
post-patch: |
43 |
post-patch: |
|
Lines 47-55
Link Here
|
| 47 |
|
46 |
|
| 48 |
post-install: |
47 |
post-install: |
| 49 |
.if ${PORT_OPTIONS:MDOCS} |
48 |
.if ${PORT_OPTIONS:MDOCS} |
| 50 |
@${MKDIR} ${DOCSDIR} |
49 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
| 51 |
.for i in docs/reference/html/* |
50 |
.for i in docs/reference/html/* |
| 52 |
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} |
51 |
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} |
| 53 |
.endfor |
52 |
.endfor |
| 54 |
.endif |
53 |
.endif |