diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-02 17:15:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-02 17:15:24 +0000 |
commit | 9802f825b94da2d2f279a82f4727f8f0b5cafae3 (patch) | |
tree | 04aad43b6d6763b0ee5d626dd02e62a7aaf346fd /mk | |
parent | 37ab58e7c0dd2103e32d23ebbe27720d5f7a1170 (diff) | |
download | pkgsrc-9802f825b94da2d2f279a82f4727f8f0b5cafae3.tar.gz |
Reformatted the documentation of INFO_DIR to make it suitable for "make
help".
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkginstall/bsd.pkginstall.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/pkginstall/bsd.pkginstall.mk b/mk/pkginstall/bsd.pkginstall.mk index c4f74d67c74..fe66cd81ecc 100644 --- a/mk/pkginstall/bsd.pkginstall.mk +++ b/mk/pkginstall/bsd.pkginstall.mk @@ -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 @@ ${_INSTALL_DIRS_FILE}: ../../mk/pkginstall/dirs ${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} |