summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrichard <richard>2015-12-13 06:05:25 +0000
committerrichard <richard>2015-12-13 06:05:25 +0000
commit794055d4a8c5787ca4616ff133b9091e057d431d (patch)
tree93ae485905af335ff5fca69919726f36828189e7 /mk/bsd.pkg.mk
parent5c4efaf9fb955a2db5db0501e6e9005a09120f80 (diff)
downloadpkgsrc-794055d4a8c5787ca4616ff133b9091e057d431d.tar.gz
Make sure FAKEHOMEDIR is created when WRKDIR is.
Add fgrep to default USE_TOOLS for good measure.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 586a83080a6..d684246435f 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.2014 2015/11/25 13:05:47 jperkin Exp $
+# $NetBSD: bsd.pkg.mk,v 1.2015 2015/12/13 06:05:25 richard Exp $
#
# This file is in the public domain.
#
@@ -360,7 +360,7 @@ _BUILD_DEFS+= PKG_SYSCONFBASEDIR PKG_SYSCONFDIR
#
USE_TOOLS+= \
[ awk basename cat chgrp chmod chown cmp cp cut dirname echo \
- egrep env false find grep head hostname id install ln ls \
+ egrep env false fgrep find grep head hostname id install ln ls \
mkdir mv printf pwd rm rmdir sed sh sort \
tail test touch tr true wc xargs
@@ -574,7 +574,7 @@ all: ${_PKGSRC_BUILD_TARGETS}
.endif
.PHONY: makedirs
-makedirs: ${WRKDIR}
+makedirs: ${WRKDIR} ${FAKEHOMEDIR}
${WRKDIR}:
.if !defined(KEEP_WRKDIR)