summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 16:18:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 16:18:33 +0000
commit77e590c67f5a83837d71c343ff30bbc332704534 (patch)
tree7eadb799e752ba14417f7e64c633b4dd06ac4b70 /Mk
parentRemocxa_finalize.c isn't needed anymore as the entire DSO support is in (diff)
s/sanity-check/check-sanity/ since the latter is the actual target name.
Submitted by: rushani Pointy hats to: linimon and me
Notes
Notes: svn path=/head/; revision=98656
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk6
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}: