summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorkleink <kleink>1999-04-23 12:33:19 +0000
committerkleink <kleink>1999-04-23 12:33:19 +0000
commit4aa047a412d60c7f2d84a78dbb1df5a85d1bd9be (patch)
treebeb553ef7936194e1d54e1fae7f4d380f9bd3e6f /x11
parent2849a33878885044c62ed6c4e4a48a9a2696595e (diff)
downloadpkgsrc-4aa047a412d60c7f2d84a78dbb1df5a85d1bd9be.tar.gz
Get rid of old-style chown usage.
Diffstat (limited to 'x11')
-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"