diff options
author | obrien <obrien@FreeBSD.org> | 2001-06-01 14:05:18 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-06-01 14:05:18 +0800 |
commit | 5fbdb9eb0f20e0bf319c3078565e89327fea6f28 (patch) | |
tree | 124f40f80f2740ea1355e840ece3af488cba8e9f /games/nighthawk | |
parent | 80694907888be0ceded66ec7b99fb002c6e7afbe (diff) | |
download | freebsd-ports-gnome-5fbdb9eb0f20e0bf319c3078565e89327fea6f28.tar.gz freebsd-ports-gnome-5fbdb9eb0f20e0bf319c3078565e89327fea6f28.tar.zst freebsd-ports-gnome-5fbdb9eb0f20e0bf319c3078565e89327fea6f28.zip |
Use proper POSIX syntax for `chown'.
Diffstat (limited to 'games/nighthawk')
-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 |