pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/pkginstall



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat May 14 21:48:51 UTC 2022

Modified Files:
        pkgsrc/mk/pkginstall: bsd.pkginstall.mk

Log Message:
typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/mk/pkginstall/bsd.pkginstall.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/pkginstall/bsd.pkginstall.mk
diff -u pkgsrc/mk/pkginstall/bsd.pkginstall.mk:1.75 pkgsrc/mk/pkginstall/bsd.pkginstall.mk:1.76
--- pkgsrc/mk/pkginstall/bsd.pkginstall.mk:1.75 Sun May 30 23:41:05 2021
+++ pkgsrc/mk/pkginstall/bsd.pkginstall.mk      Sat May 14 21:48:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.75 2021/05/30 23:41:05 khorben Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.76 2022/05/14 21:48:51 dholland Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and implements the
 # common INSTALL/DEINSTALL scripts framework.  To use the pkginstall
@@ -624,7 +624,7 @@ ${_INSTALL_FILES_FILE}: ../../mk/pkginst
 #      is used the same way but the package admin isn't prompted to remove
 #      the directory at post-deinstall time if it isn't empty.
 #      REQD_DIRS_PERMS is like MAKE_DIRS_PERMS but the value of PKG_CONFIG is
-#      ignored; however, all directories listed in REQD_DIRS should be
+#      ignored; however, all directories listed in REQD_DIRS_PERMS should be
 #      under ${PREFIX}.
 #
 # PKG_SYSCONFDIR_PERMS contains a list of "owner group mode" for



Home | Main Index | Thread Index | Old Index