Lines 1489-1494
Link Here
|
1489 |
${INSTALL_COOKIE}: |
1489 |
${INSTALL_COOKIE}: |
1490 |
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} build |
1490 |
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} build |
1491 |
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-install |
1491 |
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-install |
|
|
1492 |
.if defined(BUILD_PACKAGE_AT_INSTALL_TIME) |
1493 |
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-package |
1494 |
.endif |
1492 |
${PACKAGE_COOKIE}: |
1495 |
${PACKAGE_COOKIE}: |
1493 |
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} install |
1496 |
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} install |
1494 |
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-package |
1497 |
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-package |
Lines 1507-1512
Link Here
|
1507 |
real-install: _PORT_USE |
1510 |
real-install: _PORT_USE |
1508 |
@${ECHO_MSG} "===> Installing for ${PKGNAME}" |
1511 |
@${ECHO_MSG} "===> Installing for ${PKGNAME}" |
1509 |
real-package: _PORT_USE |
1512 |
real-package: _PORT_USE |
|
|
1513 |
.if defined(REGISTER_PACKAGE_INDEX_AT_INSTALL_TIME) |
1514 |
@${MAKE} ${.MAKEFLAGS} describe \ |
1515 |
| ${CAT} - ${PACKAGES}/INDEX \ |
1516 |
| sort -t '|' +1|uniq >${PACKAGES}/INDEX.tmp |
1517 |
${MV} ${PACKAGES}/INDEX.tmp ${PACKAGES}/INDEX |
1518 |
.endif |
1510 |
|
1519 |
|
1511 |
# Empty pre-* and post-* targets, note we can't use .if !target() |
1520 |
# Empty pre-* and post-* targets, note we can't use .if !target() |
1512 |
# in the _PORT_USE macro |
1521 |
# in the _PORT_USE macro |