summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2017-01-11 23:20:13 +0000
committertron <tron@pkgsrc.org>2017-01-11 23:20:13 +0000
commitd82e69f2793e31935abb37678bf87a411bae1337 (patch)
treeb28f2356ab9275e0f0da6a661c0606a90be396f3 /pkgtools
parentfe3261ad5687a1342de233371eeed4af114c4f6e (diff)
downloadpkgsrc-d82e69f2793e31935abb37678bf87a411bae1337.tar.gz
Fix build under Mac OS X where "pax" doesn't seem to automatically
create the target directory. We therefore do that manually.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 8099ae937df..80fc4895d0f 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.507 2017/01/01 16:41:37 rillig Exp $
+# $NetBSD: Makefile,v 1.508 2017/01/11 23:20:13 tron Exp $
PKGNAME= pkglint-5.4.15
DISTFILES= # none
@@ -23,6 +23,7 @@ SUBST_SED.pkglint+= -e s\|@VERSION@\|${PKGNAME:S/pkglint-//}\|g
SUBST_SED.pkglint+= -e s\|@BMAKE@\|${MAKE:Q}\|g
do-extract:
+ ${RUN} ${MKDIR} ${WRKDIR}/pkglint
${RUN} cd ${FILESDIR} && ${PAX} -rw . ${WRKDIR}/pkglint
pre-build: