Author: ngie
Date: Thu Jul  6 05:20:30 2017
New Revision: 320706
URL: https://svnweb.freebsd.org/changeset/base/320706

Log:
  Fix up r319257
  
  PACKAGE support doesn't exist on ^/stable/10, so FILES must be used instead.
  Furthermore, BINDIR isn't automatically set to ${TESTSDIR} on this branch.
  
  This is a direct commit to ^/stable/10.

Modified:
  stable/10/usr.bin/pr/tests/Makefile

Modified: stable/10/usr.bin/pr/tests/Makefile
==============================================================================
--- stable/10/usr.bin/pr/tests/Makefile Thu Jul  6 05:16:06 2017        
(r320705)
+++ stable/10/usr.bin/pr/tests/Makefile Thu Jul  6 05:20:30 2017        
(r320706)
@@ -1,16 +1,16 @@
 # $FreeBSD$
 
-PACKAGE=       tests
-
 ATF_TESTS_SH+=         basic2_test
 NETBSD_ATF_TESTS_SH=    basic
 
-${PACKAGE}FILES+=      across.out
-${PACKAGE}FILES+=      d_basic.in
-${PACKAGE}FILES+=      d_basic.out
-${PACKAGE}FILES+=      merge.out
-${PACKAGE}FILES+=      other.in
-${PACKAGE}FILES+=      threecol.out
+FILES+=        across.out
+FILES+=        d_basic.in
+FILES+=        d_basic.out
+FILES+=        merge.out
+FILES+=        other.in
+FILES+=        threecol.out
+
+BINDIR=        ${TESTSDIR}
 
 .include <netbsd-tests.test.mk>
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to