|
Lines 13-24
Link Here
|
| 13 |
NO_WRKSUBDIR= yes |
13 |
NO_WRKSUBDIR= yes |
| 14 |
NO_BUILD= yes |
14 |
NO_BUILD= yes |
| 15 |
NO_INSTALL= yes |
15 |
NO_INSTALL= yes |
|
|
16 |
NO_ARCH= yes |
| 16 |
|
17 |
|
| 17 |
USE_RC_SUBR= firstboot_pkgs |
18 |
USE_RC_SUBR= firstboot_pkgs |
| 18 |
|
19 |
|
| 19 |
.include <bsd.port.options.mk> |
20 |
.include <bsd.port.options.mk> |
| 20 |
|
21 |
|
| 21 |
.if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000100 ) || ( ${OSVERSION} >= 1000500 && ${OSVERSION} < 1000501 ) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 ) |
22 |
.if ${OSVERSION} < 902504 || \ |
|
|
23 |
( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000100 ) || \ |
| 24 |
( ${OSVERSION} >= 1000500 && ${OSVERSION} < 1000501 ) || \ |
| 25 |
( ${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 ) |
| 22 |
IGNORE= first boot rc.d scripts not supported on this version of FreeBSD |
26 |
IGNORE= first boot rc.d scripts not supported on this version of FreeBSD |
| 23 |
.endif |
27 |
.endif |
| 24 |
|
28 |
|