summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-22 09:21:35 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-22 09:21:35 +0000
commit8cb292cb043d2226fa3bb1ed15dd8b805f214f4b (patch)
treef5ed55869fbde0728b836d8c1b98e7c966f5dec4 /Mk/bsd.port.mk
parentAdd dependcy on xview (needs libolgx) (diff)
Invoke install.man if USE_IMAKE is set.
Notes
Notes: svn path=/head/; revision=258
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index cfab97196403..808539af945f 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.56 1994/10/14 07:56:46 jkh Exp $
+# $Id: bsd.port.mk,v 1.57 1994/10/14 21:58:09 ache Exp $
#
# Please view me with 4 column tabs!
@@ -236,6 +236,9 @@ ${INSTALL_COOKIE}:
@(cd ${WRKSRC}; ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} install)
.else defined(USE_GMAKE)
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install)
+.if defined(USE_IMAKE)
+ @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
+.endif
.endif
@touch -f ${INSTALL_COOKIE}
.endif