summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 09:05:34 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 09:05:34 +0000
commitb93566a1001b5dc59b0c795a880373d85c9fc60a (patch)
tree06a39d715ce0939cd09ef522e074e20ddf533c96 /Mk
parent(1) Use PATCHFILES. (diff)
Move call of fake-pkg from do-install to end of install.
Notes
Notes: svn path=/head/; revision=1513
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 1f2ae69bdd1d..096a0960f290 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.147 1995/04/22 00:08:06 jkh Exp $
+# $Id: bsd.port.mk,v 1.148 1995/04/22 01:22:49 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -561,9 +561,6 @@ do-install:
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
.endif
.endif
-.if !defined(NO_PACKAGE)
- @${MAKE} ${.MAKEFLAGS} fake-pkg
-.endif
.endif
################################################################
@@ -754,6 +751,9 @@ ${INSTALL_COOKIE}:
DEPENDS="${DEPENDS}" \
sh ${SCRIPTDIR}/post-install; \
fi
+.if !defined(NO_PACKAGE)
+ @${MAKE} ${.MAKEFLAGS} fake-pkg
+.endif
@${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE}
.endif