diff options
author | kleink <kleink> | 1999-04-23 12:33:19 +0000 |
---|---|---|
committer | kleink <kleink> | 1999-04-23 12:33:19 +0000 |
commit | 1b4ab320c2d30ccd7e82cb2b0f09d51ed2052dec (patch) | |
tree | beb553ef7936194e1d54e1fae7f4d380f9bd3e6f /x11/xgas | |
parent | c3865ae825b58a8a8169f36f713ace96386a73dd (diff) | |
download | pkgsrc-1b4ab320c2d30ccd7e82cb2b0f09d51ed2052dec.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" |