summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-18 02:27:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-18 02:27:44 +0000
commitbb84702d997eaba056b79e928a6bc1da93269916 (patch)
tree5c0393feafaba217229c7360d50ed0e16d8b7a85 /Mk/bsd.port.mk
parentAdd files/md5 entries for files whose checksum should be ignored as well. (diff)
Add missing targets (extract, patch) in the IGNORE (INTERACTIVE &
PATCH, etc.) section. Also sort them in order of execution like other parts of this file.
Notes
Notes: svn path=/head/; revision=5010
Diffstat (limited to '')
-rw-r--r--Mk/bsd.port.mk18
1 files changed, 11 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index b8ef909b5c45..66220f84f311 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -6,7 +6,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.238 1996/12/12 04:32:25 asami Exp $
+# $Id: bsd.port.mk,v 1.239 1996/12/17 12:20:53 asami Exp $
#
# Please view me with 4 column tabs!
@@ -635,18 +635,22 @@ IGNORECMD= ${DO_NADA}
.else
IGNORECMD= ${ECHO_MSG} "===> ${PKGNAME} ${IGNORE}."
.endif
-all:
- @${IGNORECMD}
-build:
- @${IGNORECMD}
-install:
- @${IGNORECMD}
fetch:
@${IGNORECMD}
checksum:
@${IGNORECMD}
+extract:
+ @${IGNORECMD}
+patch:
+ @${IGNORECMD}
configure:
@${IGNORECMD}
+all:
+ @${IGNORECMD}
+build:
+ @${IGNORECMD}
+install:
+ @${IGNORECMD}
package:
@${IGNORECMD}
.endif