summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2015-04-12 23:01:32 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2015-04-12 23:01:32 +0000
commit1540c897aeb6245fc6f19038cc1259f839a02d65 (patch)
treedb790016c1ca025f789971b2f7cccb2660e98f5e /Mk
parentCGI::* was removed in Perl 5.21.0 (diff)
Simplify the description of BUNDLE_LIBS.
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=383890
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 194f58dd9c87..c5bc0166031c 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -511,10 +511,10 @@ FreeBSD_MAINTAINER= portmgr@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.