mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
When NO_PACKAGE is set, "package" and "repackage" don't depend on
"install". In other words, they won't do anything at all.
This commit is contained in:
parent
a11b461203
commit
9f3f196b2c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8469
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.158 1995/05/12 07:32:59 asami Exp $
|
||||
# $Id: bsd.port.mk,v 1.159 1995/05/12 07:43:48 asami Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -380,11 +380,11 @@ build: configure
|
||||
@${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE}
|
||||
.endif
|
||||
.if defined(NO_PACKAGE) && !target(package)
|
||||
package: install
|
||||
package:
|
||||
@${DO_NADA}
|
||||
.endif
|
||||
.if defined(NO_PACKAGE) && !target(repackage)
|
||||
repackage: install
|
||||
repackage:
|
||||
@${DO_NADA}
|
||||
.endif
|
||||
.if defined(NO_INSTALL) && !target(install)
|
||||
|
Loading…
Reference in New Issue
Block a user