aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xgas
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-06-01 14:05:18 +0800
committerobrien <obrien@FreeBSD.org>2001-06-01 14:05:18 +0800
commit5fbdb9eb0f20e0bf319c3078565e89327fea6f28 (patch)
tree124f40f80f2740ea1355e840ece3af488cba8e9f /misc/xgas
parent80694907888be0ceded66ec7b99fb002c6e7afbe (diff)
downloadfreebsd-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 'misc/xgas')
-rw-r--r--misc/xgas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xgas/Makefile b/misc/xgas/Makefile
index aa6db91abc63..98a82cd1606d 100644
--- a/misc/xgas/Makefile
+++ b/misc/xgas/Makefile
@@ -19,6 +19,6 @@ MAN1= xgas.1
post-install:
@${CHMOD} 755 ${PREFIX}/bin/xgas
- @${CHOWN} bin.bin ${PREFIX}/bin/xgas
+ @${CHOWN} bin:bin ${PREFIX}/bin/xgas
.include <bsd.port.mk>