Author: bdrewery
Date: Tue Dec  1 22:04:59 2015
New Revision: 291618
URL: https://svnweb.freebsd.org/changeset/base/291618

Log:
  Don't override LIB*DIR variables from src.libnames.mk.
  
  MFC after:    1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/lib/libarchive/Makefile

Modified: head/lib/libarchive/Makefile
==============================================================================
--- head/lib/libarchive/Makefile        Tue Dec  1 22:03:40 2015        
(r291617)
+++ head/lib/libarchive/Makefile        Tue Dec  1 22:04:59 2015        
(r291618)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 .include <src.opts.mk>
 
-LIBARCHIVEDIR= ${.CURDIR}/../../contrib/libarchive
+_LIBARCHIVEDIR=        ${.CURDIR}/../../contrib/libarchive
 
 LIB=   archive
 
@@ -37,7 +37,7 @@ CFLAGS+=      -DPPMD_32BIT
 .endif
 NO_WCAST_ALIGN.clang=
 
-.PATH: ${LIBARCHIVEDIR}/libarchive
+.PATH: ${_LIBARCHIVEDIR}/libarchive
 
 # Headers to be installed in /usr/include
 INCS=  archive.h archive_entry.h
_______________________________________________
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