From 90eb686abd90a105ace72b3e120053c4157a0cd4 Mon Sep 17 00:00:00 2001
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Fri, 1 Jun 2001 06:05:18 +0000
Subject: Use proper POSIX syntax for `chown'.

---
 misc/xgas/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'misc/xgas')

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>
-- 
cgit v1.2.3