aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-06-01 14:05:18 +0800
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-06-01 14:05:18 +0800
commit90eb686abd90a105ace72b3e120053c4157a0cd4 (patch)
tree7db1074b061c221458953dd6fceb631f8d8ef044 /misc
parent2d7438d6f4e745b0e59b3a2bc4f87398c455d252 (diff)
downloadfreebsd-ports-90eb686abd90a105ace72b3e120053c4157a0cd4.tar.gz
freebsd-ports-90eb686abd90a105ace72b3e120053c4157a0cd4.tar.zst
freebsd-ports-90eb686abd90a105ace72b3e120053c4157a0cd4.zip
Use proper POSIX syntax for `chown'.
Notes
Notes: svn path=/head/; revision=43378
Diffstat (limited to 'misc')
-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>