pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Improve, move around and bring up to date comments ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a16c8f7dce20
branches:  trunk
changeset: 464644:a16c8f7dce20
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Dec 13 22:15:11 2003 +0000

description:
Improve, move around and bring up to date comments about print-PLIST
target.

diffstat:

 mk/bsd.pkg.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 4eda31601598 -r a16c8f7dce20 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sat Dec 13 21:24:43 2003 +0000
+++ b/mk/bsd.pkg.mk     Sat Dec 13 22:15:11 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1319 2003/12/13 00:34:39 seb Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1320 2003/12/13 22:15:11 seb Exp $
 #
 # This file is in the public domain.
 #
@@ -4410,19 +4410,16 @@
 ###
 ### Automatic PLIST generation
 ###  - files & symlinks first
-###  - @exec/@unexec calls are added for info files
 ###  - @dirrm statements last
 ###  - empty directories are handled properly
 ###  - dirs from mtree files are excluded
+###  - substitute for platform or package specifics substrings
 ###
 ### Usage:
 ###  - make install
 ###  - make print-PLIST | brain >PLIST
 ###
 
-# Common (system) directories not to generate @dirrm statements for
-# Reads MTREE_FILE and extracts a list of sed commands that will
-# sort out which directories NOT to include into the PLIST @dirrm list
 SUBST_PLIST_REPLACEMENT1=                                              \
                -e  's@${OPSYS}@\$${OPSYS}@'                            \
                -e  's@${OS_VERSION:S/./\./g}@\$${OS_VERSION}@'         \
@@ -4437,6 +4434,9 @@
                -e  's@${PKGVERSION:S/./\./g}@\$${PKGVERSION}@'         \
                -e  's@${PKGLOCALEDIR}/locale@\$${PKGLOCALEDIR}/locale@'
 
+# Common (system) directories not to generate @dirrm statements for
+# Reads MTREE_FILE and generate an awk script that will
+# sort out which directories NOT to include into the PLIST @dirrm list
 .if make(print-PLIST)
 COMMON_DIRS!=  ${AWK} 'BEGIN  {                                        \
                        i=0;                                            \



Home | Main Index | Thread Index | Old Index