Sat May 14 21:48:51 2022 UTC ()
typo in comment


(dholland)
diff -r1.75 -r1.76 pkgsrc/mk/pkginstall/bsd.pkginstall.mk

cvs diff -r1.75 -r1.76 pkgsrc/mk/pkginstall/bsd.pkginstall.mk (expand / switch to unified diff)

--- pkgsrc/mk/pkginstall/bsd.pkginstall.mk 2021/05/30 23:41:05 1.75
+++ pkgsrc/mk/pkginstall/bsd.pkginstall.mk 2022/05/14 21:48:51 1.76
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: bsd.pkginstall.mk,v 1.75 2021/05/30 23:41:05 khorben Exp $ 1# $NetBSD: bsd.pkginstall.mk,v 1.76 2022/05/14 21:48:51 dholland Exp $
2# 2#
3# This Makefile fragment is included by bsd.pkg.mk and implements the 3# This Makefile fragment is included by bsd.pkg.mk and implements the
4# common INSTALL/DEINSTALL scripts framework. To use the pkginstall 4# common INSTALL/DEINSTALL scripts framework. To use the pkginstall
5# framework, simply set the relevant variables to customize the install 5# framework, simply set the relevant variables to customize the install
6# scripts to the package. 6# scripts to the package.
7# 7#
8# User-settable variables: 8# User-settable variables:
9# 9#
10# FONTS_VERBOSE indicates whether the +FONTS scriptlet will output a message 10# FONTS_VERBOSE indicates whether the +FONTS scriptlet will output a message
11# noting the actions taken if PKG_UPDATE_FONTS_DB is YES. It is either 11# noting the actions taken if PKG_UPDATE_FONTS_DB is YES. It is either
12# YES or NO and defaults to YES for PKG_DEVELOPERs, otherwise NO. 12# YES or NO and defaults to YES for PKG_DEVELOPERs, otherwise NO.
13# 13#
14# INFO_FILES_VERBOSE indicates whether the +INFO_FILES scriptlet will output 14# INFO_FILES_VERBOSE indicates whether the +INFO_FILES scriptlet will output
@@ -614,27 +614,27 @@ ${_INSTALL_FILES_FILE}: ../../mk/pkginst @@ -614,27 +614,27 @@ ${_INSTALL_FILES_FILE}: ../../mk/pkginst
614# created and should attempt to be destroyed by the INSTALL/DEINSTALL 614# created and should attempt to be destroyed by the INSTALL/DEINSTALL
615# scripts. MAKE_DIRS is used the same way, but the package admin 615# scripts. MAKE_DIRS is used the same way, but the package admin
616# isn't prompted to remove the directory at post-deinstall time if it 616# isn't prompted to remove the directory at post-deinstall time if it
617# isn't empty. REQD_DIRS is like MAKE_DIRS but the value of PKG_CONFIG 617# isn't empty. REQD_DIRS is like MAKE_DIRS but the value of PKG_CONFIG
618# is ignored; however, all directories listed in REQD_DIRS should 618# is ignored; however, all directories listed in REQD_DIRS should
619# be under ${PREFIX}. 619# be under ${PREFIX}.
620# 620#
621# OWN_DIRS_PERMS contains a list of "directory owner group mode" sublists 621# OWN_DIRS_PERMS contains a list of "directory owner group mode" sublists
622# representing directories for this package that should be 622# representing directories for this package that should be
623# created/destroyed by the INSTALL/DEINSTALL scripts. MAKE_DIRS_PERMS 623# created/destroyed by the INSTALL/DEINSTALL scripts. MAKE_DIRS_PERMS
624# is used the same way but the package admin isn't prompted to remove 624# is used the same way but the package admin isn't prompted to remove
625# the directory at post-deinstall time if it isn't empty. 625# the directory at post-deinstall time if it isn't empty.
626# REQD_DIRS_PERMS is like MAKE_DIRS_PERMS but the value of PKG_CONFIG is 626# REQD_DIRS_PERMS is like MAKE_DIRS_PERMS but the value of PKG_CONFIG is
627# ignored; however, all directories listed in REQD_DIRS should be 627# ignored; however, all directories listed in REQD_DIRS_PERMS should be
628# under ${PREFIX}. 628# under ${PREFIX}.
629# 629#
630# PKG_SYSCONFDIR_PERMS contains a list of "owner group mode" for 630# PKG_SYSCONFDIR_PERMS contains a list of "owner group mode" for
631# ${PKG_SYSCONFDIR}, and only takes effect if PKG_SYSCONFSUBDIR 631# ${PKG_SYSCONFDIR}, and only takes effect if PKG_SYSCONFSUBDIR
632# is non-empty. This is a special case to handle setting 632# is non-empty. This is a special case to handle setting
633# special permissions for ${PKG_SYSCONFDIR}, as ${PKG_SYSCONFDIR} 633# special permissions for ${PKG_SYSCONFDIR}, as ${PKG_SYSCONFDIR}
634# is (effectively) automatically added to MAKE_DIRS_PERMS. 634# is (effectively) automatically added to MAKE_DIRS_PERMS.
635# 635#
636# If any directory pathnames are relative, then they are taken to be 636# If any directory pathnames are relative, then they are taken to be
637# relative to ${PREFIX}. 637# relative to ${PREFIX}.
638# 638#
639MAKE_DIRS?= # empty 639MAKE_DIRS?= # empty
640MAKE_DIRS_PERMS?= # empty 640MAKE_DIRS_PERMS?= # empty