diff options
author | leot <leot> | 2015-11-08 03:21:46 +0000 |
---|---|---|
committer | leot <leot> | 2015-11-08 03:21:46 +0000 |
commit | b64315862cd2dcb20e75f504da1332ba8a3c4eca (patch) | |
tree | 4550b8832e940c3c85f752ac93d7fa66dc27fb7d /mk | |
parent | 76fef60ea8d63356123424fb95a53744cd2aa635 (diff) | |
download | pkgsrc-b64315862cd2dcb20e75f504da1332ba8a3c4eca.tar.gz |
Fix a typo in a comment.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkginstall/bsd.pkginstall.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkginstall/bsd.pkginstall.mk b/mk/pkginstall/bsd.pkginstall.mk index 0e65505b4ee..baa5fd067a0 100644 --- a/mk/pkginstall/bsd.pkginstall.mk +++ b/mk/pkginstall/bsd.pkginstall.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkginstall.mk,v 1.63 2015/08/10 05:41:10 dholland Exp $ +# $NetBSD: bsd.pkginstall.mk,v 1.64 2015/11/08 03:21:46 leot Exp $ # # This Makefile fragment is included by bsd.pkg.mk and implements the # common INSTALL/DEINSTALL scripts framework. To use the pkginstall @@ -387,7 +387,7 @@ su-create-usergroup: ${_INSTALL_USERGROUP_UNPACKER} # # SPECIAL_PERMS+= /path/to/sgidgame ${SETGID_GAMES_PERMS} # -# GAMEDATA_PERMS and GAMEDIR_PERMS are convenience defintiions for files +# GAMEDATA_PERMS and GAMEDIR_PERMS are convenience definitions for files # that are meant to be accessed by things that are setgid games. Because # such files should normally be under ${VARBASE}, generally these # definitions should be used roughly as follows: |