diff options
author | kleink <kleink@pkgsrc.org> | 1999-04-23 12:33:19 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 1999-04-23 12:33:19 +0000 |
commit | cac35f55f36d6ecb2675daa6514552a981208fe8 (patch) | |
tree | beb553ef7936194e1d54e1fae7f4d380f9bd3e6f /x11/xgas | |
parent | 6ecec914d508444c9c4b36ac3c36fd23f3d12632 (diff) | |
download | pkgsrc-cac35f55f36d6ecb2675daa6514552a981208fe8.tar.gz |
Get rid of old-style chown usage.
Diffstat (limited to 'x11/xgas')
-rw-r--r-- | x11/xgas/Makefile | 4 |
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" |