summaryrefslogtreecommitdiff
path: root/x11/xgas
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>1999-04-23 12:33:19 +0000
committerkleink <kleink@pkgsrc.org>1999-04-23 12:33:19 +0000
commitcac35f55f36d6ecb2675daa6514552a981208fe8 (patch)
treebeb553ef7936194e1d54e1fae7f4d380f9bd3e6f /x11/xgas
parent6ecec914d508444c9c4b36ac3c36fd23f3d12632 (diff)
downloadpkgsrc-cac35f55f36d6ecb2675daa6514552a981208fe8.tar.gz
Get rid of old-style chown usage.
Diffstat (limited to 'x11/xgas')
-rw-r--r--x11/xgas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xgas/Makefile b/x11/xgas/Makefile
index a6594224b0a..565e360572a 100644
--- a/x11/xgas/Makefile
+++ b/x11/xgas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/10/15 19:51:09 agc Exp $
+# $NetBSD: Makefile,v 1.7 1999/04/23 12:33:20 kleink Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1996/11/15 09:55:44 asami Exp
#
@@ -13,6 +13,6 @@ USE_IMAKE= yes
post-install:
@chmod 755 ${PREFIX}/bin/xgas
- @chown bin.bin ${PREFIX}/bin/xgas
+ @chown bin:bin ${PREFIX}/bin/xgas
.include "../../mk/bsd.pkg.mk"