Author: ngie
Date: Tue Mar  7 17:42:23 2017
New Revision: 314871
URL: https://svnweb.freebsd.org/changeset/base/314871

Log:
  Fix LINKS example in bsd.prog.mk
  
  LINKS appends DESTDIR -- don't suggest double-append in example.
  
  MFC after:    1 week
  Reported by:  rgrimes (D9918)
  Sponsored by: Dell EMC Isilon

Modified:
  head/share/mk/bsd.README

Modified: head/share/mk/bsd.README
==============================================================================
--- head/share/mk/bsd.README    Tue Mar  7 17:41:08 2017        (r314870)
+++ head/share/mk/bsd.README    Tue Mar  7 17:42:23 2017        (r314871)
@@ -318,7 +318,7 @@ LINKS               The list of binary links; should 
                file.  The files are hard-linked.  For example, to link
                /bin/test and /bin/[, use:
 
-                       LINKS=  ${DESTDIR}/bin/test ${DESTDIR}/bin/[
+                       LINKS=  /bin/test /bin/[
 
 MAN            Manual pages (should end in .1 - .9).  If no MAN variable
                is defined, "MAN=${PROG}.1" is assumed.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to