1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Don't try to run the fake-pkg target if NO_PACKAGE is set.

This commit is contained in:
Jordan K. Hubbard 1995-04-22 00:08:06 +00:00
parent b1230d88bd
commit ab2eb29ef5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1479

View File

@ -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