aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-22 08:08:06 +0800
committerjkh <jkh@FreeBSD.org>1995-04-22 08:08:06 +0800
commit80b7dd49cdf4958e29bdf3a5dfaf0dfcc6da394c (patch)
tree4e7db7c694f4992de6cf3c6c19ca198e4141c935 /Mk/bsd.port.mk
parent1ad88b7a26e351d3729fcebba2a05e87f4eb22f2 (diff)
downloadfreebsd-ports-gnome-80b7dd49cdf4958e29bdf3a5dfaf0dfcc6da394c.tar.gz
freebsd-ports-gnome-80b7dd49cdf4958e29bdf3a5dfaf0dfcc6da394c.tar.zst
freebsd-ports-gnome-80b7dd49cdf4958e29bdf3a5dfaf0dfcc6da394c.zip
Don't try to run the fake-pkg target if NO_PACKAGE is set.
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 7376e740e8c7..4d1414fbe0af 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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