|
Lines 601-606
Link Here
|
| 601 |
(!defined(MD5_FILE) && exists(${MASTERDIR}/files/md5)) |
601 |
(!defined(MD5_FILE) && exists(${MASTERDIR}/files/md5)) |
| 602 |
pre-everything:: |
602 |
pre-everything:: |
| 603 |
@${ECHO} "Error: your port uses an old layout. Please update it to match this bsd.port.mk." |
603 |
@${ECHO} "Error: your port uses an old layout. Please update it to match this bsd.port.mk." |
|
|
604 |
.if !defined(PATCHDIR) && exists(${MASTERDIR}/patches) \ |
| 605 |
@${ECHO} "CAUSE: ${MASTERDIR}/patches directory" |
| 606 |
.endif |
| 607 |
.if !defined(PKGDIR) && exists(${MASTERDIR}/pkg) |
| 608 |
@${ECHO} "CAUSE: ${MASTERDIR}/pkg directory" |
| 609 |
.endif |
| 610 |
.if !defined(MD5_FILE) && exists(${MASTERDIR}/files/md5) |
| 611 |
@${ECHO} "CAUSE: ${MASTERDIR}/files/md5 file" |
| 612 |
.endif |
| 604 |
@${FALSE} |
613 |
@${FALSE} |
| 605 |
.endif |
614 |
.endif |
| 606 |
PATCHDIR?= ${MASTERDIR}/files |
615 |
PATCHDIR?= ${MASTERDIR}/files |