mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Don't try to run the fake-pkg target if NO_PACKAGE is set.
This commit is contained in:
parent
405b7c80bd
commit
ca22b5aa87
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue