mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
Don't try to run the fake-pkg target if NO_PACKAGE is set.
This commit is contained in:
parent
405b7c80bd
commit
ca22b5aa87
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7988
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.145 1995/04/22 00:01:26 jkh Exp $
|
||||
# $Id: bsd.port.mk,v 1.146 1995/04/22 00:05:46 jkh Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -561,8 +561,10 @@ do-install:
|
||||
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
|
||||
.endif
|
||||
.endif
|
||||
.if !defined(NO_PACKAGE)
|
||||
@${MAKE} ${.MAKEFLAGS} fake-pkg
|
||||
.endif
|
||||
.endif
|
||||
|
||||
################################################################
|
||||
# Skeleton targets start here
|
||||
|
Loading…
Reference in New Issue
Block a user