Path to this page:
Subject: CVS commit: pkgsrc/lang/sun-jre15
From: Stoned Elipot
Date: 2006-05-14 16:40:36
Message id: 20060514144036.E08732DA29@cvs.netbsd.org
Log Message:
Fix CHECK_FILES build
- use REQD_DIRS instead of OWN_DIRS as the latter ends up in
CHECK_FILES_SKIP causing a check-files error (files both listed in
PLIST and CHECK_FILES_SKIP are reported as an "error"). Besides
OWN_DIRS creation at ADDing time is subject to PKG_CONFIG setting,
so these directories might not be created which would cause problems.
- Add $JAVA_HOME/lib/$MACHINE_ARCH/client/classes.jsa to CHECK_FILES_SKIP
Files: