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 /textproc/iso8879 | |
parent | 6ecec914d508444c9c4b36ac3c36fd23f3d12632 (diff) | |
download | pkgsrc-cac35f55f36d6ecb2675daa6514552a981208fe8.tar.gz |
Get rid of old-style chown usage.
Diffstat (limited to 'textproc/iso8879')
-rw-r--r-- | textproc/iso8879/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index e12fe46877a..0933786814e 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/03/14 19:19:38 rh Exp $ +# $NetBSD: Makefile,v 1.4 1999/04/23 12:33:20 kleink Exp $ # FreeBSD Id: Makefile,v 1.9 1999/02/11 16:01:16 jfieber Exp # @@ -27,6 +27,6 @@ do-install: @unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR} @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog @${CHMOD} ${SHAREMODE} ${INSTDIR}/* - @${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR} + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR} .include "../../mk/bsd.pkg.mk" |