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: Wed Mar 11 23:50:05 UTC 2020
Modified Files:
pkgsrc/pkgtools/check-portability: Makefile
Log Message:
pkgtools/check-portability: fix exclusion for test files
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/pkgtools/check-portability/Makefile:1.2
--- pkgsrc/pkgtools/check-portability/Makefile:1.1 Wed Mar 11 19:15:03 2020
+++ pkgsrc/pkgtools/check-portability/Makefile Wed Mar 11 23:50:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/11 19:15:03 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/11 23:50:05 rillig Exp $
PKGNAME= check-portability-19.4.0
CATEGORIES= pkgtools
@@ -14,7 +14,7 @@ USE_LANGUAGES= c99
MAKE_ENV+= BINDIR=${PREFIX}/bin
AUTO_MKDIRS= yes
-CHECK_PORTABILITY_SKIP= demo
+CHECK_PORTABILITY_SKIP= test-*.sh
do-extract:
mkdir ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index