diff options
Diffstat (limited to 'games/xrot/Makefile')
-rw-r--r-- | games/xrot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xrot/Makefile b/games/xrot/Makefile index 6a9e139fc9ff..f2d47182111f 100644 --- a/games/xrot/Makefile +++ b/games/xrot/Makefile @@ -24,7 +24,7 @@ post-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrot ${PREFIX}/bin - ${CHOWN} root.games ${PREFIX}/bin/xrot + ${CHOWN} root:games ${PREFIX}/bin/xrot ${CHMOD} g+s ${PREFIX}/bin/xrot ${SH} pkg-install ${PKGNAME} POST-INSTALL |