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.
This commit is contained in:
Satoshi Asami 1996-12-18 02:27:44 +00:00
parent b7a86be739
commit bb84702d99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5010

View File

@ -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
fetch:
@${IGNORECMD}
checksum:
@${IGNORECMD}
extract:
@${IGNORECMD}
patch:
@${IGNORECMD}
configure:
@${IGNORECMD}
all:
@${IGNORECMD}
build:
@${IGNORECMD}
install:
@${IGNORECMD}
fetch:
@${IGNORECMD}
checksum:
@${IGNORECMD}
configure:
@${IGNORECMD}
package:
@${IGNORECMD}
.endif