pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/check-portability pkgtools/check-portability:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f4c1bcd367f
branches:  trunk
changeset: 424506:1f4c1bcd367f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Mar 12 00:05:36 2020 +0000

description:
pkgtools/check-portability: fix build for partly-privileged mode

diffstat:

 pkgtools/check-portability/Makefile |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 8baf4e57e1f0 -r 1f4c1bcd367f pkgtools/check-portability/Makefile
--- a/pkgtools/check-portability/Makefile       Wed Mar 11 23:59:27 2020 +0000
+++ b/pkgtools/check-portability/Makefile       Thu Mar 12 00:05:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/03/11 23:50:05 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/12 00:05:36 rillig Exp $
 
 PKGNAME=       check-portability-19.4.0
 CATEGORIES=    pkgtools
@@ -9,12 +9,11 @@
 COMMENT=       Check extracted files for typical portability issues
 LICENSE=       2-clause-bsd
 
-USE_TOOLS+=    pax
-USE_LANGUAGES= c99
-MAKE_ENV+=     BINDIR=${PREFIX}/bin
-AUTO_MKDIRS=   yes
-
+USE_TOOLS+=            pax
 CHECK_PORTABILITY_SKIP=        test-*.sh
+USE_LANGUAGES=         c99
+USE_BSD_MAKEFILE=      yes
+AUTO_MKDIRS=           yes
 
 do-extract:
        mkdir ${WRKSRC}



Home | Main Index | Thread Index | Old Index