pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/check-portability
Module Name: pkgsrc
Committed By: rillig
Date: Thu Mar 12 00:05:36 UTC 2020
Modified Files:
pkgsrc/pkgtools/check-portability: Makefile
Log Message:
pkgtools/check-portability: fix build for partly-privileged mode
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/check-portability/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/check-portability/Makefile
diff -u pkgsrc/pkgtools/check-portability/Makefile:1.2 pkgsrc/pkgtools/check-portability/Makefile:1.3
--- pkgsrc/pkgtools/check-portability/Makefile:1.2 Wed Mar 11 23:50:05 2020
+++ pkgsrc/pkgtools/check-portability/Makefile Thu Mar 12 00:05:36 2020
@@ -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 @@ HOMEPAGE= # none
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