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:
parent
92cc16b276
commit
16f5775ab2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20620
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user