diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-22 00:08:06 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-22 00:08:06 +0000 |
commit | ab2eb29ef5093f6b4b60d0c36493921b8ed8e97a (patch) | |
tree | b767fd3e126d9d5324ce25a9ce86c8fe7f75508d /Mk/bsd.port.mk | |
parent | b1230d88bd0eb7576ab26aa1057bcaa6dc8fe54f (diff) | |
download | ports-ab2eb29ef5093f6b4b60d0c36493921b8ed8e97a.tar.gz ports-ab2eb29ef5093f6b4b60d0c36493921b8ed8e97a.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
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 |