pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkginstall Reformatted the documentation of INFO_DI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a0a5f96b45d
branches:  trunk
changeset: 523136:0a0a5f96b45d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jan 02 17:15:24 2007 +0000

description:
Reformatted the documentation of INFO_DIR to make it suitable for "make
help".

diffstat:

 mk/pkginstall/bsd.pkginstall.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r fe21830addf9 -r 0a0a5f96b45d mk/pkginstall/bsd.pkginstall.mk
--- a/mk/pkginstall/bsd.pkginstall.mk   Tue Jan 02 17:13:59 2007 +0000
+++ b/mk/pkginstall/bsd.pkginstall.mk   Tue Jan 02 17:15:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.18 2007/01/02 11:47:26 joerg Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.19 2007/01/02 17:15:24 rillig Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and implements the
 # common INSTALL/DEINSTALL scripts framework.  To use the pkginstall
@@ -574,12 +574,14 @@
                ${TOUCH} ${TOUCH_ARGS} ${.TARGET};                      \
        fi
 
-# INFO_DIR, if defined, specifies the directory path containing the "dir"
+# INFO_DIR
+#      If defined, specifies the directory path containing the "dir"
 #      index file that should be updated.  If the pathname is relative,
 #      then it is taken to be relative to ${PREFIX}.  This shouldn't
 #      be needed unless "dir" is not in the same directory as the
 #      installed info files.
 #
+
 _INSTALL_INFO_FILES_FILE=      ${_PKGINSTALL_DIR}/info-files
 _INSTALL_INFO_FILES_DATAFILE=  ${_PKGINSTALL_DIR}/info-files-data
 _INSTALL_UNPACK_TMPL+=         ${_INSTALL_INFO_FILES_FILE}



Home | Main Index | Thread Index | Old Index