pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkglint
Module Name:    pkgsrc
Committed By:   tron
Date:           Wed Jan 11 23:20:13 UTC 2017
Modified Files:
        pkgsrc/pkgtools/pkglint: Makefile
Log Message:
Fix build under Mac OS X where "pax" doesn't seem to automatically
create the target directory. We therefore do that manually.
To generate a diff of this commit:
cvs rdiff -u -r1.507 -r1.508 pkgsrc/pkgtools/pkglint/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkglint/Makefile
diff -u pkgsrc/pkgtools/pkglint/Makefile:1.507 pkgsrc/pkgtools/pkglint/Makefile:1.508
--- pkgsrc/pkgtools/pkglint/Makefile:1.507      Sun Jan  1 16:41:37 2017
+++ pkgsrc/pkgtools/pkglint/Makefile    Wed Jan 11 23:20:13 2017
@@ -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@\|${P
 SUBST_SED.pkglint+=    -e s\|@BMAKE@\|${MAKE:Q}\|g
 
 do-extract:
+       ${RUN} ${MKDIR} ${WRKDIR}/pkglint
        ${RUN} cd ${FILESDIR} && ${PAX} -rw . ${WRKDIR}/pkglint
 
 pre-build:
Home |
Main Index |
Thread Index |
Old Index