svn commit: r375901 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Wed Dec 31 16:07:57 UTC 2014


Author: antoine
Date: Wed Dec 31 16:07:56 2014
New Revision: 375901
URL: https://svnweb.freebsd.org/changeset/ports/375901
QAT: https://qat.redports.org/buildarchive/r375901/

Log:
  Update a comment about where ldconfig configuration files reside
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Dec 31 16:07:08 2014	(r375900)
+++ head/Mk/bsd.port.mk	Wed Dec 31 16:07:56 2014	(r375901)
@@ -907,7 +907,7 @@ FreeBSD_MAINTAINER=	portmgr at FreeBSD.org
 #				  directories to be searched for shared libraries.
 #				  Otherwise, this is a list of directories to be added to that
 #				  list. The directory names are written to
-#				  ${PREFIX}/libdata/ldconfig/${UNIQUENAME} which is then
+#				  ${LOCALBASE}/libdata/ldconfig/${UNIQUENAME} which is then
 #				  used by the ldconfig startup script.
 #				  This mechanism replaces ldconfig scripts installed by some
 #				  ports, often under such names as 000.${UNQUENAME}.sh.
@@ -916,7 +916,7 @@ FreeBSD_MAINTAINER=	portmgr at FreeBSD.org
 #				  version, and the directory list given will be ignored.
 # USE_LDCONFIG32
 # 				- Same as USE_LDCONFIG but the target file is
-# 				  ${PREFIX}/libdata/ldconfig32/${UNIQUENAME} instead.
+# 				  ${LOCALBASE}/libdata/ldconfig32/${UNIQUENAME} instead.
 # 				  Note: that should only be used on 64-bit architectures.
 #
 # DOCSDIR		- Name of the directory to install the packages docs in.


More information about the svn-ports-head mailing list