diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:18:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:18:33 +0000 |
commit | 77e590c67f5a83837d71c343ff30bbc332704534 (patch) | |
tree | 7eadb799e752ba14417f7e64c633b4dd06ac4b70 /Mk/bsd.port.mk | |
parent | e509a6e89d59915c785b1933c075bc7e7f7dda15 (diff) | |
download | ports-77e590c67f5a83837d71c343ff30bbc332704534.tar.gz ports-77e590c67f5a83837d71c343ff30bbc332704534.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index a4d97f17090e..93c15fe9e666 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -661,7 +661,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # # Default sequence for "all" is: # -# sanity-check fetch checksum extract patch configure build +# check-sanity fetch checksum extract patch configure build # # Please read the comments in the targets section below; you # should be able to use the pre-* or post-* targets/scripts @@ -2796,7 +2796,7 @@ IGNORECMD= ${DO_NADA} IGNORECMD= ${ECHO_MSG} "===> ${PKGNAME} ${IGNORE}." .endif -.for target in sanity-check fetch checksum extract patch configure all build install reinstall package +.for target in check-sanity fetch checksum extract patch configure all build install reinstall package ${target}: @${IGNORECMD} .if defined(INSTALLS_DEPENDS) @@ -3758,7 +3758,7 @@ package-message: # Empty pre-* and post-* targets .for stage in pre post -.for name in sanity-check fetch extract patch configure build install package +.for name in check-sanity fetch extract patch configure build install package .if !target(${stage}-${name}) ${stage}-${name}: |