diff options
author | dholland <dholland@pkgsrc.org> | 2011-04-30 23:58:29 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-04-30 23:58:29 +0000 |
commit | 262bdec89e094c1994d9cc06f55d67c20e7b4328 (patch) | |
tree | a84e9cf08953a51996a1390049e8bb06ca7bd2eb /mk | |
parent | aea6a38064f810423fe7c6c74e625f1e7c512937 (diff) | |
download | pkgsrc-262bdec89e094c1994d9cc06f55d67c20e7b4328.tar.gz |
Revert unintended hunk in previous commit. (caught by wiz, thanks)
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkginstall/bsd.pkginstall.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/pkginstall/bsd.pkginstall.mk b/mk/pkginstall/bsd.pkginstall.mk index 77c7629dc83..2a4ada9a68e 100644 --- a/mk/pkginstall/bsd.pkginstall.mk +++ b/mk/pkginstall/bsd.pkginstall.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkginstall.mk,v 1.53 2011/04/30 21:58:37 dholland Exp $ +# $NetBSD: bsd.pkginstall.mk,v 1.54 2011/04/30 23:58:29 dholland Exp $ # # This Makefile fragment is included by bsd.pkg.mk and implements the # common INSTALL/DEINSTALL scripts framework. To use the pkginstall @@ -212,8 +212,6 @@ FILES_SUBST+= PKG_USER_SHELL=${_PKG_USER_SHELL:Q} (defined(SETGIDGAME) && !empty(SETGIDGAME:M[yY][eE][sS])) PKG_GROUPS+= ${GAMES_GROUP} PKG_USERS+= ${GAMES_USER}:${GAMES_GROUP} -BUILD_DEFS+= GAMES_USER GAMES_GROUP -BUILD_DEFS+= GAMEMODE GAMEDIRMODE GAMEDATAMODE .endif # Interix is very special in that users and groups cannot have the |