summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>2005-03-07 20:39:23 +0000
committerbad <bad@pkgsrc.org>2005-03-07 20:39:23 +0000
commitc182b6d93ec51b4580200916395ef6cf2721e5e1 (patch)
tree31f7e43de64d2b42f29edc2154f1d42f8e53627e /mk
parent3f38b9d280366e80f791f957a3d321212400a7d0 (diff)
downloadpkgsrc-c182b6d93ec51b4580200916395ef6cf2721e5e1.tar.gz
Make the description of LIBTOOLIZE_PLIST a bit more explicit about
the file names of libtool archives.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index f4761da9cc1..d0a83807f9e 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.29 2005/03/07 20:29:55 bad Exp $
+# $NetBSD: mk.conf,v 1.30 2005/03/07 20:39:23 bad Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -312,8 +312,8 @@ FETCH_OUTPUT_ARGS?= # empty
# Possible: depends on your FETCH_CMD value.
LIBTOOLIZE_PLIST?= yes
-# This determines whether to expand libtool archives in PLISTs into the
-# represented library names.
+# This determines whether to expand libtool archives (.la files) in PLISTs
+# into the represented library names.
# Possible: yes, no
# Default: yes