diff options
Diffstat (limited to 'games/nighthawk/Makefile')
-rw-r--r-- | games/nighthawk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nighthawk/Makefile b/games/nighthawk/Makefile index ef4d5d60cd9c..c04b361849b8 100644 --- a/games/nighthawk/Makefile +++ b/games/nighthawk/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-scores=/var/games/nighthawk.scores --enable-sound MAN6= nighthawk.6 post-install: - ${CHOWN} root.games ${PREFIX}/bin/nighthawk + ${CHOWN} root:games ${PREFIX}/bin/nighthawk ${CHMOD} g+s ${PREFIX}/bin/nighthawk ${SH} pkg-install ${PORTNAME} POST-INSTALL |