svn commit: r383890 - head/Mk
Gerald Pfeifer
gerald at FreeBSD.org
Sun Apr 12 23:01:33 UTC 2015
Author: gerald
Date: Sun Apr 12 23:01:32 2015
New Revision: 383890
URL: https://svnweb.freebsd.org/changeset/ports/383890
Log:
Simplify the description of BUNDLE_LIBS.
Approved by: portmgr (bapt)
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Sun Apr 12 22:25:25 2015 (r383889)
+++ head/Mk/bsd.port.mk Sun Apr 12 23:01:32 2015 (r383890)
@@ -511,10 +511,10 @@ FreeBSD_MAINTAINER= portmgr at FreeBSD.org
# - PREFIX can't have a trailing slash.
#
# BUNDLE_LIBS Teach pkg(8) to not automatically add all shared libraries
-# installed by a port as a "provided" shared libraries provided
-# for other packages (prevent them from being exposed in the
-# solver). This has to be used for ports that bundle third
-# party libraries for internal usage.
+# installed by a port as shared libraries "provided" for
+# other packages (i.e., do not expose them in the solver).
+# This has to be used for ports that bundle third party
+# libraries for internal usage.
# MASTERDIR - Where the port finds patches, package files, etc. Define
# this is you have two or more ports that share most of the
# files.
More information about the svn-ports-head
mailing list