summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-19 01:08:35 +0000
committerjkh <jkh@FreeBSD.org>1994-09-19 01:08:35 +0000
commitc203d7f339fbcc7e2829c5363e4a963013239fb2 (patch)
tree27b8f4755decdd7f4cf39b35b37a4933fd2f0c02 /share
parent65687968eeee2e1b7e05d76e80c375c4786e96f1 (diff)
downloadFreeBSD-src-c203d7f339fbcc7e2829c5363e4a963013239fb2.zip
FreeBSD-src-c203d7f339fbcc7e2829c5363e4a963013239fb2.tar.gz
Modified DEPENDS rule so that anything you depend on gets both
made AND installed. Folks, check out DEPENDS if you have one port that depends on another! With this change, it should be really convenient to use.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 2eaa921..8dba413 100644
--- a/share/mk/bsd.port.mk
+++ b/share/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.37 1994/09/14 15:30:44 jkh Exp $
+# $Id: bsd.port.mk,v 1.38 1994/09/19 00:41:03 ache Exp $
#
# Please view me with 4 column tabs!
@@ -214,7 +214,7 @@ build: configure pre-build
if [ ! -d ${PORTSDIR}/$$i ]; then \
echo ">> No directory for ${PORTSDIR}/$$i. Skipping.."; \
else \
- (cd ${PORTSDIR}/$$i; ${MAKE}) ; \
+ (cd ${PORTSDIR}/$$i; ${MAKE} all install) ; \
fi \
done
@echo "===> Returning to build of ${DISTNAME}"
OpenPOWER on IntegriCloud